View source: R/questionnaires.R
get_interviews_for_questionnaire | R Documentation |
GraphQL implmentation for deprecated REST GET /api/v1/questionnaires/{id}/{version}/interviews
endpoint
get_interviews_for_questionnaire(
chunk_size = 100,
qnr_id,
qnr_version,
server = Sys.getenv("SUSO_SERVER"),
workspace = Sys.getenv("SUSO_WORKSPACE"),
user = Sys.getenv("SUSO_USER"),
password = Sys.getenv("SUSO_PASSWORD")
)
chunk_size |
Numeric. Number of records to take in one request. |
qnr_id |
Character. Questionnaire ID. GUID from server. |
qnr_version |
Numeric. Questionnaire version number. |
server |
Character. Full server web address (e.g., |
workspace |
Character. Name of the workspace whose questionnaires and associated interviews to get. In workspace list, value of |
user |
Character. API user name |
password |
Character. API password |
Data frame of interviews.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.