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.
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.