Displaying 1 result from an estimated 1 matches for "tp2531012p2531087".
Did you mean:
tp2531012p2531012
2010 Sep 08
2
Passing aruments with source
Hi.
Im writing a small test program just to see how passing arguments work with
R.
>From the command line everything works as expected but from inside R using
source("test.R") i dont know where and how to send in the arguments did try
source("test.R --test") but it just says that it cant find or open the file.
(without the argument part it can).
Anyone know how to make it