View source: R/flatten_survey.R
flatten_survey | R Documentation |
Decompose the blocks, questions, and choices of a Qualtrics survey into rectangular data sets.
flatten_survey(
survey_id,
file_format = c("spss", "csv", "tsv"),
drop_trash = TRUE
)
survey_id |
string of the survey id, begins with 'SV_' |
file_format |
export format for column names. One of |
drop_trash |
should questions in the trash bin be discarded? |
a named list of the four tables generated
Sven Halvorson (svenpubmail@gmail.com)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.