View source: R/suso_api_statistics.R
suso_get_stats | R Documentation |
Returns summary tables for individual questions. If no responses had been provided, an empty table will be returned
suso_get_stats(
server = suso_get_api_key("susoServer"),
apiUser = suso_get_api_key("susoUser"),
apiPass = suso_get_api_key("susoPass"),
workspace = NULL,
token = NULL,
questID = "",
version = "",
qQuest = "",
byTeam = TRUE
)
server |
Survey Solutions server address |
apiUser |
Survey Solutions API user |
apiPass |
Survey Solutions API password |
workspace |
server workspace, if nothing provided, defaults to primary |
token |
If Survey Solutions server token is provided apiUser and apiPass will be ignored |
questID |
only assignments for QuestionnaireId are returned, requires |
version |
version of the questionnaire, only required with |
qQuest |
provide QuestionnaireId and version to receive all questions and responses for a specific questionnaire |
byTeam |
should the table contain reports by team |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.