read.spss: read.spss

View source: R/readspss.R

read.spssR Documentation

read.spss

Description

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.

Usage

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

read.sav and read.por


JanMarvin/readspss documentation built on April 6, 2024, 9:40 p.m.