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 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


[Package rtypeform version 2.1.0 Index]