Displaying 1 result from an estimated 1 matches for "tp1566077p1566487".
2010 Feb 23
2
how to pass external parameters to an R script
How, if possible, can I run an R script, from command line, passing external parameters just like
I can run a C main program passing parameters:
# Cprog p1 p2 p3
Cprog can access its arguments (p1,p2,p3) through the built-in structures "argv" and "argc".
Since R is built on C language I would expect the same feature to be available with R scripts as well ... ?
Please, notice