Skip to contents

The cheapest way to check that a key works.

Usage

datareceipt_whoami(key = NULL)

Arguments

key

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

Value

A one-row tibble: id, name, email.

Examples

if (FALSE) { # \dontrun{
datareceipt_whoami()
} # }