delete_responses: Delete Responses

Description Usage Arguments Value

View source: R/delete_responses.R

Description

Delete entries in a type form- use with care!

Usage

1
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 NULL. Your private api key. If api is NULL, the environment variable Sys.getenv("typeform_api2") is used.

included_tokens

A vector of tokens to delete. Maximum 1000. Token ids can be extracted from the meta data frame via get_form.

Value

If successful, the function will return (invisibily) TRUE


csgillespie/rtypeform documentation built on Sept. 7, 2020, 1:57 a.m.