-
Notifications
You must be signed in to change notification settings - Fork 129
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
glimpse errors on a tbl_df from jsonlite #103
Comments
as_data_frame() should probably be more concerned about the input it allows in the first place. For glimpse() the solution could be a safe fallback that at least doesn't throw or distort the output. |
I didn't really find something in |
Printing Nested data frames are valid return values for |
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary. |
[tibble is compiled from master]
results in
Interestingly, the original data.frame works with glimpse():
Note that repr also has a problem with the produced tbl_df: IRkernel/repr#70
Note this might be related: tidyverse/dplyr#775 because if I read that issue right data.frames in tbl_df should be forbidden but in this case contains some?
The text was updated successfully, but these errors were encountered: