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
create_root_url         Append to listed server to create root URL
download_qualtrics_export
                        Download response export
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_api_request   Send httr requests to Qualtrics API
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
