airtabler-package: airtabler: Interface to the Airtable API

Description Setup API key Usage

Description

Provides access to the Airtable API (http://airtable.com/api).

Setup

Create and configure the schema of an Airtable base on (http://airtable.com) and check the API on http://airtable.com/api.

API key

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("~").

Usage

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.


bergant/airtabler documentation built on May 12, 2019, 3:04 p.m.