delete_responses {rtypeform} | R Documentation |
Delete Responses
Description
Delete entries in a type form- use with care!
Usage
delete_responses(form_id, api = NULL, included_tokens = NULL)
Arguments
form_id |
The form id of the typeform you want the results for. |
api |
Default |
included_tokens |
A vector of tokens to delete. Maximum 1000. Token ids
can be extracted from the meta data frame via |
Value
If successful, the function will return (invisibily) TRUE
[Package rtypeform version 2.1.0 Index]