Description Usage Arguments Details Value Examples
Function to import sav files while extracting variable and value labels.
1 | import_spss(filePath)
|
filePath |
Source file location, ending on .sav |
SPSS files (.sav) store variable and value labels. Via import_spss data frames are imported and transformed to data frames. The meta-information is stored seperately in a long format data frame. Important Note: To get labels, missings have to be given explicit labels in SPSS! Additional missing column is generated.
Returns a list with a) the actual data and b) a data frame with all variable and value labels in long format.
1 2 | # Example data set
to be done
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.