Functions for setting up a connection to airtable
set_airtable_api_key()
Set or install Airtable API key
airtable()
Create a new airtable object
Functions for create-read-update-delete (CRUD) functionality in Airtable
read_airtable()
Read table from Airtable
insert_records()
Insert records into an Airtable table
update_records()
Update Airtable records
delete_records()
Delete airtable records