Hello dears,
Hope you are fine. Actually i’m new to Airtable and now i’m trying to connect Airtable with R to retrieve some data , then make some amendments on it , Then upload it again to its tab. Or insert certain rows into base tab.
the code i’m trying is
TravelBucketList = airtable(BASEID , tables = c(“tab1”,“tab2”,“tab3 BI”,“tab4”,…))
Subset = TravelBucketList$tab1$select_all()
the error appeared is
Error: HTTP error: 404
NOT_FOUND
and what can write if the tab name has a space ?