Re: [R] Command line r

2013-10-02 Thread Tomek R
deviation: "perl -walne 'blah regexp print $F[0]' file.txt | r sd -", to plot my perl-extracted dataset: "perl -walne 'regexp blah' | r -dp -". It has few more perks, but running full R is always an option. Tomek P.S. I moved it to Google Code, for easier a

Re: [R] Command line r

2013-10-02 Thread peter dalgaard
On Oct 2, 2013, at 11:07 , C.H. wrote: > Have a look at the littler. > > http://dirk.eddelbuettel.com/code/littler.html > Or Rscript (comes standard with R) for that matter: $ echo '2+2' | Rscript - [1] 4 -pd > On Sun, Sep 29, 2013 at 3:36 AM, Tomek R wrote: >> Hi, >> I have found myself

Re: [R] Command line r

2013-10-02 Thread C.H.
Have a look at the littler. http://dirk.eddelbuettel.com/code/littler.html On Sun, Sep 29, 2013 at 3:36 AM, Tomek R wrote: > Hi, > I have found myself often doing simple statistical analysis using Linux > command line on a single dataset. Therefore, I put a perl script together, > which makes

[R] Command line r

2013-09-28 Thread Tomek R
Hi, I have found myself often doing simple statistical analysis using Linux command line on a single dataset. Therefore, I put a perl script together, which makes it easier:https://github.com/religa/statshttps://github.com/religa/stats/blob/master/r The idea behind simpleR is that it becomes a s