[R] help on SAS Macro in R

2010-12-13 Thread Özgür Asar
Dear Researchers,

I am looking for to read a SAS macro in R. Although I searched it on web, I 
couldn’t find anything.

Can you help me or direct me?

Thank you for your interest and patience.

Best.

Ozgur



  
[[alternative HTML version deleted]]

__
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] help on SAS Macro in R

2010-12-13 Thread Erik Iverson

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

__
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] help on SAS Macro in R

2010-12-13 Thread David Winsemius


On Dec 13, 2010, at 8: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.


Can you help me or direct me?


 fortune(SAS)

For almost 40 years SAS has been the primary tool for statisticians  
worldwide
and its easy-to-learn syntax, unsurpassed graphical system, powerful  
macro
language and recent graphical user interfaces have made SAS the number  
one

statistical software choice for both beginners and advanced users.
   -- Rolf Poalis, Biostatistics Denmark (announcement of the SAS to  
R parser

  sas2R)
  R-help (April 1, 2004)


(I admit that for a few moments I considered searching for this  
precious relic. The New Copenhagen Sarcastic font on my device seems  
to have gone missing.)


--
David Winsemius, MD
West Hartford, CT

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