Establishes a connection via air_connect() and ensures it is registered
with the RStudio/Positron connection pane.
Arguments
- base
Character. A Base ID (starts with
app) or a Base Name. IfNULL, connects to all accessible bases.- bases
Character vector of Base IDs or names. When supplied, the connection pane shows only those bases (as schemas). Cannot be combined with
base.- .token
Character. Airtable Personal Access Token (resolved via
air_token()ifNULL).- include_views
Logical. If
TRUE, views are included in the connection pane alongside tables. DefaultFALSE.
Value
An AirtableConnection object (invisibly).