Hi, How can I create a construct argument passing in R script. So that later I can call it like this: $ R --vanilla < myscript.R ARGUMENT1 ARGUMENT2 -- Gundala Viswanath
Gundala Viswanath <gundalav <at> gmail.com> writes:> How can I create a construct argument passing in R script. > So that later I can call it like this: > > $ R --vanilla < myscript.R ARGUMENT1 ARGUMENT2The example http://finzi.psych.upenn.edu/R/Rhelp02a/archive/121806.html is for Windows, but could also work with minor modification in linux. Dieter