
Fetch Multiple Asset Tables from Airtable
fetch_assets.RdFetches taxa, gear, vessels, and landing sites data from Airtable filtered by the specified form ID. Returns distinct records for each table.
Value
A named list containing four data frames:
taxa: Contains survey_label, alpha3_code, and scientific_name columnsgear: Contains survey_label and standard_name columnsvessels: Contains survey_label and standard_name columnssites: Contains site and site_code columns
Details
Each table is fetched separately using fetch_asset() and filtered to return
only distinct rows to avoid duplicates in the mapping tables.