create_erasure_request: Create an erasing request

Description Usage Arguments Value Examples

View source: R/data-privacy.R

Description

When processed, the request will search for any entities within Qualtrics that match any of the supplied emails; these entities include

Usage

1
create_erasure_request(list_emails, search_only = TRUE)

Arguments

list_emails

A vector of emails.

search_only

Set to TRUE to perform a dryrun (set to FALSE to erase)

Value

A the request id

Examples

1
2
## Not run: create_erasure_request("ddd@hotmail.com")
## Not run: create_erasure_request(c("person1@themail.com", "person1@theemail.com"), FALSE)

ppssphysics/QualtricsInR documentation built on Aug. 30, 2021, 8:12 a.m.