get_responses | R Documentation |
Get responses
get_responses(
task_ids,
access_token,
base_response_url,
language = "nl",
check_ssl = TRUE,
debug = FALSE
)
task_ids |
Vector of task id's (same as token id's) to retrieve the responses from. |
access_token |
API access token. |
base_response_url |
API endpoint for response data. |
language |
Language of the response data. |
check_ssl |
Whether to check the SSL certificate or allow insecure connections. |
debug |
Whether to enable debugging messages. |
Data.table containing response data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.