View source: R/read_airtable.R
read_airtable | R Documentation |
Connect to and read values from an Airtable table.
read_airtable(airtable, fields = NULL, id_to_col = TRUE, max_rows = 50000)
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 |
A dataframe containing the data read from the specified 'Airtable' table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.