Skip to contents

Core functions

all_surveys()
Retrieve a data frame of all active surveys on Qualtrics
fetch_survey()
Download a survey and import it into R
read_survey()
Read a CSV file exported from Qualtrics

Other helper functions

all_mailinglists()
Retrieve a data frame of all mailing lists from Qualtrics
column_map()
Retrieve a data frame containing survey column mapping
extract_colmap()
Extract column map from survey data download
fetch_description()
Download complete survey description using the Qualtrics v3 "Get Survey" API endpoint.
fetch_distributions()
Download distribution data for a survey from Qualtrics
fetch_distribution_history()
Download distribution history data for a distribution from Qualtrics
fetch_id()
Fetch a unique Qualtrics survey ID based on survey name in the Qualtrics UI
fetch_mailinglist()
Download a mailing list from Qualtrics
list_distribution_links()
Download distribution links for a distribution from Qualtrics
metadata()
Download metadata for a survey
qualtrics_api_credentials()
Install Qualtrics credentials in your .Renviron file for repeated use
survey_questions()
Retrieve a data frame containing question IDs and labels

Deprecated

getSurvey()
Download a survey and import it into R
getSurveyQuestions()
Retrieve a data frame containing question IDs and labels
getSurveys()
Retrieve a data frame of all active surveys on Qualtrics
qualtRicsConfigFile()
Prints an Example of a QualtRics Configuration File to the Console.
readSurvey()
Read a CSV file exported from Qualtrics