Function to read a SPSS (z)sav or por file into a data.frame(). This is just a wrapper around read.sav and read.por for convenience.

read.spss(x, ...)

Arguments

x

file to import

...

additional arguments passed to read.sav or read.por please see the documentation for these functions.

See also