Create records

update_records(records, ids, base = NULL, table = NULL,
  quiet = !interactive())

Arguments

records

A data.frame of records to create.

ids

Bare column name containing record ids to update.

base

Base, whatever this is Airtable does not document it.

table

Name of table.

quiet

Set to TRUE to print helpful messages.

Value

A list of created records.