Skip to content
Prev 165944 / 398502 Next

passing parameters to an R script

On Sat, Jan 3, 2009 at 7:32 PM, <mauede at alice.it> wrote:
See for instance the R.oo package (on CRAN).  That will allow you to
emulate pass by reference of R objects (using R environments).
See help(commandArgs).

/Henrik