View source: R/get_responses.R
get_responses | R Documentation |
Get Qualtrics Responses
get_responses(
survey_id,
file_format = c("spss", "csv", "tsv"),
out_dir = NULL,
trim_rows = TRUE,
useLabels = FALSE,
variable_labels = TRUE,
exportResponsesInProgress = FALSE,
limit = NULL,
zap_empty = TRUE
)
survey_id |
string |
file_format |
one of |
out_dir |
a string path to a directory for output |
trim_rows |
should the first two rows (metadata) be discarded? Does not apply when |
useLabels |
Should value labels be downloaded instead of recodes? |
variable_labels |
Should variable labels (from |
exportResponsesInProgress |
Should incomplete responses be exported instead? |
limit |
Maximum number of responses to export. |
zap_empty |
Should |
Note that value labels are returned when file_format = 'spss'
only.
a tibble
of the responses
Sven Halvorson (svenpubmail@gmail.com)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.