Retrive a record

retrieve_record(record, base = NULL, table = NULL,
  quiet = !interactive())

retrieve_records(records, base = NULL, table = NULL,
  quiet = !interactive())

Arguments

record, records

Record(s) to retrieve.

base

Base, whatever this is Airtable does not document it.

table

Name of table.

quiet

Set to TRUE to print helpful messages.