You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
flying-sheep
changed the title
repr_text for tbl_df/data.table should use normal print(obj) output instead of ellipsis stuff
improve repr_text for tbl_df/data.table
Apr 7, 2017
print.tbl_df()
is optimized for "informative" output and currently we don't use it but coerce to an old fashioned data.frame in https://github.com/IRkernel/repr/blob/master/R/repr_matrix_df.r#L222I like that we make the normal
data.frame
output more useable by including the ellipsis stuff, but IMO for tbl_df we are making it worse :-(IMO we should also use the normal
print.data.table
stuff as that also shortens the df to 100 rows.[
I'm currently using
to get useful output for my JSON stuff... :-(
]
The text was updated successfully, but these errors were encountered: