powered by
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)
No return value, called for side effects
A valid Airtable API key
Add your API key to .Renviron for future sessions. Optionally overwrite an existing Airtable API key.
if (FALSE) { airtable_api_key("XXXXXXXXXX", install = TRUE) }
Run the code above in your browser using DataLab