View source: R/set_airtable_api_key.R
set_airtable_api_key | R Documentation |
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)
key |
A valid Airtable API key |
install |
Add your API key to .Renviron for future sessions. Optionally overwrite an existing Airtable API key. |
No return value, called for side effects
## Not run:
airtable_api_key("XXXXXXXXXX", install = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.