qualtrics | R Documentation |
Retrieve Survey Data from Qualtrics
qualtrics(
qualtrics_alias,
institution = NULL,
label = FALSE,
interview_date = NULL
)
qualtrics_alias |
The alias for the Qualtrics survey to be retrieved. |
institution |
Optional. The institution name (e.g., "temple" or "nu"). If NULL, all institutions will be searched. |
label |
Logical indicating whether to return coded values or their associated labels (default is FALSE). |
interview_date |
Optional; can be either: - A date string in various formats (ISO, US, etc.) to filter data up to that date - A boolean TRUE to return only rows with non-NA interview_date values |
A cleaned and harmonized data frame containing the survey data with superkeys first.
## Not run:
# Get survey by alias (will search all institutions)
survey_data <- qualtrics("rgpts")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.