On 2020-08-22 08:17 +0530, Jomy Jose wrote:
| Hi
| I was able to run R code via PROC IML 
| in SAS,so is there any way to export 
| the generated outputs to SAS datasets 
| since the R outputs don't follow data 
| frame structure.

Dear Jomy,

But perhaps you can take the outputs in 
SAS and work on them inside from there?

To export a data frame from R to SAS via 
a file[1], you can use 

        foreign::write.foreign(..., package="SAS")

But I have not tried it.

I have used foreign::read.spss before, 
hehe :-)  

I know R is also possible to call from 
Julia, and the df appearing in Julia, 
this sounds like it should be possible 
SAS too[2], yes?

Best,
Rasmus

[1] https://www.statmethods.net/input/exportingdata.html
[2] 
https://documentation.sas.com/?docsetId=imlug&docsetTarget=imlug_r_sect012.htm&docsetVersion=15.1&locale=en

Attachment: signature.asc
Description: PGP signature

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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