Hi,

How do you people avoid copy-pasting and manual editing of the code
posted in this list? I mean that if some one post a solution for an
answer like this:

> a <- 1:10
> a
 [1]  1  2  3  4  5  6  7  8  9 10
> a[1:5]
[1] 1 2 3 4 5
>

I have to copy-paste it to e.g. Tinn-R and remove "> " part of the
line to try it in my R. When you keep doing this it gets quite
annoying. How do you people avoid this (search and replace, perhaps?).
The best way would be to able to send this straight from your e-mail
reader into R (e.g. from gmail).

-Johannes

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to