Set Airtable API key as an environment variable, and optionally install the API key to your .Renviron file for future use.

set_airtable_api_key(key, install = FALSE)

Arguments

key

A valid Airtable API key

install

Add your API key to .Renviron for future sessions. Optionally overwrite an existing Airtable API key.

Examples

if (FALSE) { airtable_api_key("XXXXXXXXXX", install = TRUE) }