getSurveyResults: Returns the results of a given survey.

Description Usage Arguments

View source: R/surveys.R

Description

You will need to a token id and survey id. This page on Qualtrics website provides information on how to find the ids: https://api.qualtrics.com/docs/parameters#finding-qualtrics-ids

Usage

1
2
3
getSurveyResults(qualtrics.token, surveyid,
  qualtrics.baseurl = "https://qualtrics.com", truncNames = 20,
  startDate = NULL, endDate = NULL, timeout = 300, ...)

Arguments

qualtrics.token

authentication token.

surveyid

the Qualtrics survey id.

qualtrics.baseurl

The base URL for the Qualtrics API. See https://api.qualtrics.com/docs/root-url for more information about how to determine your base URL.

truncNames

the maximum length of column names returned from qualtrics.

startDate

beginning date range for results returned.

endDate

ending date range for results returned.

timeout

maximum number of seconds to wait for the survey results.

...

for backwards compatibility.


jbryer/qualtrics documentation built on May 18, 2019, 7:03 p.m.