Hello All,
 
I am interested in running an R program with several random seeds.  One 
approach is to launch the program from SAS.  The recommended approach is to use 
the X command as shown below:
OPTIONS XWAIT XSYNC;

X "r.exe --no-save --quiet <""c:\temp\r\program.r"" >""c:\temp\r\program.log""";

However, this does not seem to work for me.  Does anyone know how to launch an 
R program from SAS?  Thank you in advance.

Ziad Elmously

ziad.elmou...@tnsglobal.com

 


        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to