How can I use command line arguments with a R script using Tinn-R.
I can give arguments with a R script like this:
R.exe --args 2010 test.R
And after that read them in the script with commandArgs
.
But how can I provide them when using Tinn-R? I cannot find anything in the Tinn-R help