View source: R/FrequenciesToR.r
Convert SPSS frequencies command to R syntax.
1  | frequencies_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.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.