read.spss {foreign} | R Documentation |
read.spss
reads a file stored by the SPSS save
and
export
commands and returns a list.
read.spss(file)
file |
character variable with the name of the file to read. |
This uses modified code from the PSPP project for reading the SPSS formats.
A list with one component for each variable in the saved data set.
Saikat DebRoy
read.spss("datafile")