Learn R Programming

SPSStoR (version 0.3.0)

getdata_to_r: Get Data to R

Description

Converst SPSS Get Data command to R syntax. Available for delimited or excel data files.

Usage

getdata_to_r(x, nosave = FALSE)

Arguments

x
SPSS syntax - read in by SPSStoR function
nosave
A value of FALSE processes the save commands (default), a value of TRUE continues processing within R, overriding default x object. Extreme care with this feature as get commands will be ignored. (currently not supported).