Create records

create_records(records, typecast = TRUE, base = NULL, table = NULL,
  quiet = !interactive())

Arguments

records

A data.frame or list of records to create.

typecast

The Airtable API will perform best-effort automatic data conversion from string values if this is set to TRUE.

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.