Displaying 1 result from an estimated 1 matches for "file30218".
2003 Oct 29
2
importing SAS data
...lowing error:
> list.files("C:/temp")
[1] "newdat1.sas7bdat" "snpm1.sas7bdat" "test1.sas"
> library(foreign)
> newdat1 <- read.ssd("C:/temp","newdat1")
SAS failed. SAS program at
C:\DOCUME~1\paul\LOCALS~1\Temp\Rtmp21143\file30218.sas
a log and other error products should be in the vicinity
Warning messages:
1: sas not found
2: ls not found
3: SAS return code was -1 in: read.ssd("C:/temp", "newdat1")
I can export the SAS data as a tab delimited file and then read
it into R with read.delim, but I have man...