Skip to content
Prev 305274 / 398506 Next

R equivalent of python module structure and functionality?

On 11 September 2012 at 18:47, J Toll wrote:
| Maybe take a look at littler.
| 
| "littler provides hash-bang (i.e. script starting with #!/some/path)
| capability for GNU R, as well as simple command-line and piping use."
| 
| http://dirk.eddelbuettel.com/code/littler.html

Thanks for the plug. I also wanted to point Tom to CRAN packages

    getopt

    optparse

written specifically to support command-line argument parsing with R scripts
(ie via Rscript and littler).

Dirk