ImportSPSS: Read SPSS process data

View source: R/ImportSPSS_m0.R

ImportSPSSR Documentation

Read SPSS process data

Description

This is a simple function that, by default, reads an SPSS data file and save it as a data frame. It is essentially a wrapper for foreign::read.spss with arguments common to log file datasets.

Usage

ImportSPSS(filename)

Arguments

filename

character string: the name of the file or URL to read.

Value

This function returns a data frame.


LOGAN documentation built on Oct. 25, 2022, 9:08 a.m.

Related to ImportSPSS in LOGAN...