air_records_to_tibble | R Documentation |
Transforms a list of records obtained from the airtable api (for example
using air_get_records
) into a data frame.
air_records_to_tibble(records)
records |
List of records from an airtable table |
Fields that have a only one item are stored as a vector while fields that accept multiple items are stored as a nested list column
a tibble
## Not run:
# Get all records for the table boats
air_get_records(table = "boats", base_id = "appjEVaN8kBNXAWak") %>%
air_record_to_tibble()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.