Skip to contents

Retrieves data from a specified Airtable table

Usage

fetch_asset(table_name = NULL, select_cols = NULL, conf = NULL)

Arguments

table_name

Character. Name of the Airtable table to fetch.

select_cols

Character vector. Column names to select from the table.

conf

Configuration object from read_config().

Value

A filtered and selected data frame from Airtable