get_survey_responses.Rd
Return a data.frame of the survey responses for a given survey
get_survey_responses(creds, user = creds$user, token = creds$token, surveyid, format = "JSON", version = "2.4", otherArgs = NULL)
creds | Qualtrics credentials. A list with values for user and token. |
---|---|
user | Qualtrics username. |
token | Qualtrics API token. |
surveyid | Qualtrics survey ID. |
format | The format of the requested data. Default is JSON. |
version | The API version to use. Defaults to the latest version, 2.4. |
otherArgs | A `list` of other arguments to provide the API. |