read_airtable {rairtable}R Documentation

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)

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

Value

A dataframe containing the data read from the specified 'Airtable' table


[Package rairtable version 0.1.2 Index]