read_airtable.Rd
Connect to and read values from an Airtable table.
read_airtable(airtable, id_to_col = FALSE, max_rows = 50000)
airtable | An airtable object |
---|---|
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 |