[R] help with importing SPSS file

jinbo_bi at yahoo.com jinbo_bi at yahoo.com
Tue Jun 1 00:41:46 CEST 2010


Hi,

I have a SPSS .sav file which contains a database of multiple tables, and each table contains multiple variables.
I used read.spss function to load the data

A<-read.spss("datafile.sav",to.data.frame = TRUE)

I see variable names, but do not know how to retrieve the table (or all the variables corresponding to a table).

-sophia



More information about the R-help mailing list