read_nemss | R Documentation |
This function takes the output of the Qualtrics survey and returns it as a cleaned R dataframe.
read_nemss(file)
file |
The data file retrieved from the Qualtrics survey. |
A cleaned R dataframe with availability values and cost values for each variable.
file <- system.file("extdata", "example_nems.sav", package = "nemsr") read_nemss(file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.