Skip to contents

The same shape as get_data(), for a single submission.

Usage

get_submission(submission, include_sender = TRUE, key = NULL)

Arguments

submission

A submission id, or one row of list_submissions().

include_sender

Add submitted_at, sender_name, and sender_email columns. TRUE by default.

key

Your API key. Defaults to the DATARECEIPT_API_KEY environment variable; see datareceipt_api_key().

Value

A tibble in the shape of get_data().

Examples

if (FALSE) { # \dontrun{
get_submission(8)
} # }