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