Description Setup API key Usage
Provides access to the Airtable API (http://airtable.com/api).
Create and configure the schema of an Airtable base on (http://airtable.com) and check the API on http://airtable.com/api.
Generate the airtable API key from your Airtable account page (http://airtable.com/account).
airtabler functions will read the API key from
environment variable AIRTABLE_API_KEY. To start R session with the
initialized environvent variable create an .Renviron file in your R home
with a line like this:
AIRTABLE_API_KEY=************
To check where your R home is, try normalizePath("~").
Use airtable function to get airtable base object
or just call primitives air_get, air_insert,
air_update and air_delete to access your
airtable data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.