[R] Calling R from SAS

2009-01-24 Thread Shubha Vishwanath Karanth
Can I call R from SAS? I tried the below command in SAS, but not
working... 

 

OPTIONS XWAIT XSYNC;

X "C:\Program Files\R\R-2.7.1\bin\R.exe --no-save -quiet
<""C:\TEMPO\program.r""> ""C:\TEMPO\program.log""";

 

Had done this before and it was working perfect... But now, not...

 

Sorry if this query was supposed to be put in SAS mailing list. But
thought if someone would have worked with this, can help...

 

 

Thanks for your help,

Shubha

 

This e-mail may contain confidential and/or privileged i...{{dropped:13}}

__
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.


Re: [R] Calling R from SAS

2009-01-24 Thread Shubha Vishwanath Karanth
Got it working... Just that the R code file's extension was missing in the 
physical folder...

Shubha Karanth | Amba Research
Ph +91 80 3980 8031 | Mob +91 94 4886 4510
Bangalore * Colombo * London * New York * San José * Singapore * 
www.ambaresearch.com
 
-Original Message-
From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On 
Behalf Of Shubha Vishwanath Karanth
Sent: Saturday, January 24, 2009 6:58 PM
To: r-h...@stat.math.ethz.ch
Subject: [R] Calling R from SAS

Can I call R from SAS? I tried the below command in SAS, but not
working... 

 

OPTIONS XWAIT XSYNC;

X "C:\Program Files\R\R-2.7.1\bin\R.exe --no-save -quiet
<""C:\TEMPO\program.r""> ""C:\TEMPO\program.log""";

 

Had done this before and it was working perfect... But now, not...

 

Sorry if this query was supposed to be put in SAS mailing list. But
thought if someone would have worked with this, can help...

 

 

Thanks for your help,

Shubha

 

This e-mail may contain confidential and/or privileged i...{{dropped:13}}

__
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.
This e-mail may contain confidential and/or privileged i...{{dropped:10}}

__
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.