bergant / airtabler

R interface to the Airtable API
Other
91 stars 16 forks source link

switch rbind to bind_rows #16

Open nickdickinson opened 2 years ago

nickdickinson commented 2 years ago

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 a missing/unassigned value in airtable. As a result, it is not possible to select that data.