View source: R/get_responses.R
get_responses | R Documentation |
Download results for a particular typeform questionnaire.
get_responses(
form_id,
api = NULL,
page_size = 25,
since = NULL,
until = NULL,
after = NULL,
before = NULL,
completed = NULL,
query = NULL,
fields = NULL
)
form_id |
The form id of the typeform you want the results for. |
api |
Default |
page_size |
Maximum number of responses. Default value is 25. Maximum value is 1000. |
since |
default |
until |
default |
after |
default |
before |
default |
completed |
default |
query |
Limit request to only responses that that include the specified term. |
fields |
Not implemented. Pull requests welcome |
A list. The first value is meta information. Subsequent elements are questions..
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.