[R] help on SAS Macro in R

Erik Iverson eriki at ccbr.umn.edu
Mon Dec 13 14:58:42 CET 2010


On 12/13/2010 07:14 AM, Özgür Asar wrote:
> Dear Researchers,
>
> I am looking for to read a SAS macro in R. Although I searched it on web, I couldn’t find anything.

Are you hoping just to read it in, or to actually have it
execute the macro as SAS would?

What gives you the idea the latter is even possible?

If you're just wanting to treat the macro as text for
textual analysis (e.g., how many unique macro variables
are there, or lines of code, etc.) you can use
?readLines



More information about the R-help mailing list