if (FALSE) {
# 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)
}
Run the code above in your browser using DataLab