Description Usage Arguments Details
View source: R/matchfiles_to_r.r
Converts SPSS match files statements to valid match files statements in R.
1 | matchfiles_to_r(x, dplyr = TRUE, nosave = FALSE)
|
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 |
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. |
This function returns a matrix that highlights R syntax that mimics the analysis done in SPSS.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.