Learn R Programming

qualtRics (version 3.1.4)

extract_colmap: Extract column map from survey data download

Description

Helper function to extract the column map attached to a response data download obtained from fetch_survey (using the default add_column_map = TRUE)

Usage

extract_colmap(respdata)

Arguments

respdata

Response data including a column map dataframe as an attribute

Examples

Run this code
# NOT RUN {
# Retrieve a list of surveys
surveys <- all_surveys()

# Retrieve a single survey
mysurvey <- fetch_survey(surveyID = surveys$id[6])

# Extract column mapping for survey
extract_colmap(mysurvey)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab