powered by
Creates an S3 airtable object, which serves as a pointer for rairtable functions
airtable( table, base, view = NULL, api_url = "https://api.airtable.com", api_version = 0 )
An airtable object
Table name in Airtable
Airtable base containing table. A base functions like a schema in a traditional database. You can retrieve the base ID from the API documentation.
Optional view of data to read
API endpoint to connect to. Can be changed for API integrations that require custom endpoint
Version of API to use. Defaults to 0 (the current version as of Fall 2021)
if (FALSE) { table <- airtable("Table 1", "appXXXXXXXXXXXXX") }
Run the code above in your browser using DataLab