How can I read command line parameters from an R script?

I’ve got a R script for which I’d like to be able to supply several command-line parameters (rather than hardcode parameter values in the code itself). The script runs on Windows.

I can’t find info on how to read parameters supplied on the command-line into my R script. I’d be surprised if it can’t be done, so maybe I’m just not using the best keywords in my Google search…

Any pointers or recommendations?

10 Answers
10

Leave a Comment