[R] problem with command line arguments

Uwe Ligges ligges at statistik.uni-dortmund.de
Thu Jan 5 10:16:33 CET 2006


madhurima bhattacharjee wrote:

> Hello Everybody,
> 
> I am running a R script through a perl code from command line.
> The perl script is like:
> 
> my $cmd= 'R CMD BATCH D:/try5.R';
> system($cmd);
> 
> I run the perl code from command line.
> Now I want to pass some command line arguments to the R script.
> Its like the argv concept of perl.
> 
> Do I pass the arguments through my $cmd in the perl script?
> If yes, then how to access that in the R script?
> Any help will really be appreciated.


See ?commandArgs

Uwe Ligges


> Thanks and Regards,
> Madhurima.
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html




More information about the R-help mailing list