[R] one way to write scripts in R
Steve Lianoglou
mailinglist.honeypot at gmail.com
Mon Mar 29 18:05:37 CEST 2010
Hi Jason,
Thanks for sharing your solution(s).
For other alternatives for running R scripts, you (or your colleague)
might want to look into:
* Rscript (comes installed with R (these days))
* littler (http://code.google.com/p/littler/)
Also, there are some libraries that deal with parsing command line
arguments, such as:
* http://cran.r-project.org/web/packages/getopt/index.html
* http://cran.stat.auckland.ac.nz/web/packages/optparse/index.html
-steve
--
Steve Lianoglou
Graduate Student: Computational Systems Biology
| Memorial Sloan-Kettering Cancer Center
| Weill Medical College of Cornell University
Contact Info: http://cbio.mskcc.org/~lianos/contact
More information about the R-help
mailing list