Peng Yu
2009-Sep-07 00:28 UTC
[R] Is there a package for generating standardized R script command line options?
Hi, In python, there is a package that helps generating command line options. I am wondering if there is such a package in R that helps generating the command options for a R script? http://docs.python.org/library/optparse.html Regards, Peng
Gabor Grothendieck
2009-Sep-07 00:43 UTC
[R] Is there a package for generating standardized R script command line options?
Check out the getopt package on CRAN. On Sun, Sep 6, 2009 at 8:28 PM, Peng Yu<pengyu.ut at gmail.com> wrote:> Hi, > > In python, there is a package that helps generating command line > options. I am wondering if there is such a package in R that helps > generating the command options for a R script? > > http://docs.python.org/library/optparse.html > > Regards, > Peng > > ______________________________________________ > R-help at 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. >