A request's owner can set a column to accept a value that breaks its rules
and flag it, rather than block the whole submission. This returns every
such cell across every submission: where it is, what the sender typed, and
which rule it broke. The same cells appear in get_data() cast to the
column's type where the text allows it, and as NA where it does not.
Arguments
- request
A request id (
12), or the request's URL on the site ("https://datareceipt.io/requests/12"), or one row oflist_requests().- key
Your API key. Defaults to the
DATARECEIPT_API_KEYenvironment variable; seedatareceipt_api_key().