airtabler icon indicating copy to clipboard operation
airtabler copied to clipboard

R interface to the Airtable API

Results 14 airtabler issues
Sort by recently updated
recently updated
newest added

When reading a table with a dataframe column, I encounter errors due to your use of rbind instead of bind_rows when the column is a dataframe or list and has...

Hello, I ve detected an error to install this package **airtabler** on shinyapps.io. There is an error on the website which has been created with no explication and on the...

select_all() is returning `Error in `.rowNamesDF

I ran into what I suspect is a rare corner case where .bind_df as used by select_all() will fail if two of the clusters of 100 rows have the same...

Is there a way to do more advanced filtering when retrieving records? For example, I've got a column in my Airtable that can link to multiple records. I'd like to...

The airtable api examples show fields for created records are stored in an array inside a records property. Slight change of the `air_insert` function achieves expected JSON structure. ### Expected...

Airtable now has a metadata API: https://airtable.com/api/meta . It would be great to wrap these endpoints to look up bases and base schemas.

I came across `airtabler`, and I think it is a great interface! I wanted fewer API calls, and quicker turnarounds, I saw that there is `air_get()` function, but sadly that...

As the title says; although it is now possible to 'select_all' through the table object there isn't a single function to replicate that for less interactive style coding practise.