air_upload_records | R Documentation |
Takes a list created by tibble_to_air_records()
and uploads it to Airtable.
If request_type
is set to "update" the body list must have an id field for
each record. Each element of body must be up to 10 records long.
air_upload_records(
body,
table,
base_id,
api_key = Sys.getenv("AIRTABLE_KEY"),
request_type = c("create", "update")
)
body |
list with the records, as formatted by |
table |
name of the table (string) |
base_id |
id of the Airtable base where the table is located |
api_key |
API key for Airtable. By default it looks at the
|
request_type |
Whether to create a new record or update an existing one.
If updating an existing one, an |
List of request responses
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.