Description Usage Arguments Details
View source: R/filehandle_to_r.r
Converts SPSS file handle statements to valid file handle statements in R.
1 | filehandle_to_r(x, dplyr = TRUE, ...)
|
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. |
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.