[R] Help with sas.get

2005-08-02 Thread Jorge Sirgo
I am running R 2.0.1 on Windows trying to import a SAS dataset into R using sas.get. It is a small SAS dataset, but when I write the command, the SAS window opens but never appears to complete. Am I doing something wrong? Here is an example of my command: temp - sas.get(J:/blah,name) Jorge

Re: [R] Help with sas.get

2005-08-02 Thread Wensui Liu
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 [EMAIL PROTECTED] wrote: I am running R 2.0.1 on Windows trying to

Re: [R] Help with sas.get

2005-08-02 Thread Frank E Harrell Jr
Wensui Liu wrote: 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. He has SAS running locally. It might be better to convert SAS to csv format and read it into R. For that, the Hmisc package's