-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get bind_rows to work with tbl_json objects #58
Comments
Not sure how to do this, given bind_rows doesn't work like other dplyr functions, |
Likely some discussion needed on what implementation is suggested for tidyjson. There is relevant discussion on this currently open issue in dplyr. The discussion is promising of S3 behavior in the future. Not sure whether it is better to create another verb with explicit A proposed implementation, based on the latter and drawing heavily from
See this commit |
Potential danger of implementing this before S3 support in dplyr is whether or not |
Closed in #108 and #109 , with the caveats above. When this lands, we should revisit: tidyverse/dplyr#2457 |
You can then get rid of
rbind_tbl_json
in utils.RThe text was updated successfully, but these errors were encountered: