Skip to content

Help with sas.get

3 messages · Jorge Sirgo, Wensui Liu, Frank E Harrell Jr

#
Jorge,

My understanding about sas.get is that it actually runs SAS in the
backend, output the SAS data, and then import it into R again.

It might be better to convert SAS to csv format and read it into R.
On 8/2/05, Jorge Sirgo <JSirgo at navigantconsulting.com> wrote:

  
    
#
Wensui Liu wrote:
He has SAS running locally.
For that, the Hmisc package's sasxport.get(..., method='csv'...) can help.

Frank