Skip to content
Prev 367359 / 398502 Next

Reading S-plus data in R

Dear r-users,

I would like to read S-Plus data (.ssd) into R.  I tried this:

library(foreign)
read.S("C:/Users/FTSI/Desktop/2 ICGPA/1ACTIVITY.sdd")

and got this message:

read.S("C:/Users/FTSI/Desktop/2 ICGPA/1ACTIVITY.sdd")
Error in read.S("C:/Users/FTSI/Desktop/2 ICGPA/1ACTIVITY.sdd") :
  not an S object

What is wrong with this?  Thank you so much for your help.