qualtrics.dict {wizaRdry} | R Documentation |
Fetch Qualtrics survey metadata to be stored in data frame
Description
This function extracts column mappings from the metadata of a Qualtrics survey data frame. It can accept either a data frame containing Qualtrics data, a variable name as string, or a survey alias string.
Usage
qualtrics.dict(survey_alias, exclude_embedded = TRUE)
Arguments
survey_alias |
Can either be an existing dataframe, variable name as string, or survey alias string |
exclude_embedded |
Only select QIDs |
Value
A list containing the mappings of column names to survey questions.
[Package wizaRdry version 0.2.6 Index]