Skip to content
Prev 76862 / 398502 Next

variables from command line

Omar> How can I pass parameters to an R script from the
    Omar> command line. And how can I read them from within the
    Omar> script?

    Omar> This is how I want to invoke the script: R CMD BATCH
    Omar> r.in r.out <input values>

    Omar> The script with read in the input values, process them
    Omar> and spit the output to r.out.

I think     commandArgs()    should solve this.

Regard,
Martin Maechler