Hi all,
I know that in order to connect to R, I need to turn on the RLANG option in the config file sasv9.cfg, as stated in The RLANG system option, and also discussed in this thread.
But what I'm using is the online version of SAS called SAS OnDemand for Academics. When i run
proc options option=RLANG;
there, it returns NORLANG. I can't locate the sasv9.cfg file on OnDemand to change the RLANG setting.
Is there any way to run R code in SAS OnDemand for Academics? Thank you very much.