| all_mailinglists | Retrieve a data frame of all mailing lists from Qualtrics |
| all_surveys | Retrieve a data frame of all active surveys on Qualtrics |
| check_for_warnings | Check if httr GET result contains a warning |
| check_params | Check if parameters passed to functions are correct |
| column_map | Retrieve a data frame containing survey column mapping |
| construct_header | Construct a header to send to Qualtrics API |
| create_raw_payload | Create raw JSON payload to post response exports request |
| download_qualtrics_export | Download response export |
| 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_id | Fetch a unique Qualtrics survey ID based on survey name in the Qualtrics UI |
| fetch_mailinglist | Download a mailing list from Qualtrics |
| fetch_survey | Download a survey and import it into R |
| 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 |
| infer_data_types | Set proper data types on survey data. |
| metadata | Download metadata for a survey |
| qualtRicsConfigFile | Prints an Example of a QualtRics Configuration File to the Console. |
| qualtrics_api_credentials | Install Qualtrics credentials in your '.Renviron' file for repeated use |
| qualtrics_response_codes | Checks responses against Qualtrics response codes and returns error message. |
| readSurvey | Read a CSV file exported from Qualtrics |
| read_survey | Read a CSV file exported from Qualtrics |
| survey_questions | Retrieve a data frame containing question IDs and labels |
| wrapper_mc | Convert multiple choice questions to ordered factors |