read_airtable: Read table from Airtable
Description
Connect to and read values from an Airtable table.
Usage
read_airtable(airtable, fields = NULL, id_to_col = TRUE, max_rows = 50000)
Value
A dataframe containing the data read from the specified 'Airtable' table
Arguments
- airtable
An airtable object
- fields
An optional list of fields to select.
- id_to_col
If TRUE, store airtable ID as a column rather than as row names
- max_rows
Optional maximum number of rows to read