Rdocumentation
powered by
Learn R Programming
SPSStoR (version 0.3.0)
missingvalues_to_r: Missing Values to R
Description
Converts SPSS missing value syntax to R code. Currently assumes that there is only one missing value code per line.
Usage
missingvalues_to_r(x, dplyr = TRUE, ...)
Arguments
x
SPSS syntax - read in by SPSStoR function
dplyr
A value of TRUE uses dplyr syntax (default), a value of FALSE uses data.table syntax
...
Additional arguments passed to function, not currently supported.