[prev in list] [next in list] [prev in thread] [next in thread] 

List:       sas-l
Subject:    Re: StackOverflow SAS: Passing a resolved SAS macro variable through R
From:       Roger DeAngelis <rogerjdeangelis () GMAIL ! COM>
Date:       2017-09-29 13:01:25
Message-ID: 1022014881474780.WA.rogerjdeangelisgmail.com () listserv ! uga ! edu
[Download RAW message or body]

This will also work

%let path=d:/sd1;

%utl_submit_r64("
  x<-'&path.';
  x;
"));

> x<-"d:/sd1";  x;
[1] "d:/sd1"
>

For some cases you might want to

%utl_submit_r64("%nrbquote

I have been unable to share SAS storage with R mainly because R does not support 'peek' and 'poke'?
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic