I am running R 2.3.1 on a Windows XP machine.  I am trying to import
some data into R that is stored as an S-Plus 7.0 .sdd file.

When I run the following command, I get this error:

> library(foreign)
> d <- read.S(file='H:\\Research\\data.sdd')

Error in read.S(file = "H:\\Research\\data.sdd") : 
        not an S object


The dataset is fairly large, roughly 13000 rows and 100 columns, but
within S-Plus 7.0 it is stored as a normal dataframe (not a bd
dataframe).

Any ideas?

Brant Inman



        [[alternative HTML version deleted]]

______________________________________________
[email protected] 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.

Reply via email to