sailthru / tidyjson

Tools for using dplyr with JSON data
Other
161 stars 15 forks source link

Error chaining two joins with tidyjson #63

Open catkfr opened 3 years ago

catkfr commented 3 years ago

I was trying to chain two left_joins using tbl_json and had an error that I could not understand. After some digging, I understood the issue came from tidyjson and that using as_tibble is a good work around. Maybe this could be better documented and/or the error messages clearer.

This issue is documented with reprex here: https://community.rstudio.com/t/error-chaining-two-joins-tidyjson/106432

rgustavs commented 3 years ago

I was trying to chain two left_joins using tbl_json and had an error that I could not understand.

After some digging, I understood the issue came from tidyjson and that using as_tibble is a good work around.

Maybe this could be better documented and/or the error messages clearer.

This issue is documented with reprex here:

https://community.rstudio.com/t/error-chaining-two-joins-tidyjson/106432

Hello

Many thanks for identifying the issue. At this point I do not work with jira, so I do not have the ability to look into this further.

Best regards Richard