Hi,

 

I would like start R in BATCH mode and submit my own parameters. Or in other
words, I would like to specify variables from the command line and execute a
script using those.

 

I have been looking at commandArgs and calling R from the command line under
bash:

R CMD BATCH --no-save --args -filename="$filname" -- r-test.R r-test.Rout

 

The problem here is, if $filename contains a space it is regarded as a new
parameter which makes it more difficult to parse.

Also, are there function that help parse the parameters?

Or, is there a totally different this is usually done in R?

 

Thanks,

 

Bernd


        [[alternative HTML version deleted]]

______________________________________________
R-help@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.

Reply via email to