Closed
Description
It would be nice if the information displayed about tables was more consistent across print()
and glimpse()
. I have noticed these two differences:
-
Currently,
print()
informs the user about any data groupings, butglimpse()
does not -
Column names that contain special characters (e.g., white space) are displayed with back ticks by
print()
but not byglimpse()
. If, for instance, a column name ends with a space, the user is only alerted to this potential problem ifprint()
is used