Skip to content

v2.1.4

Compare
Choose a tag to compare
@michaelquinn32 michaelquinn32 released this 09 May 17:43
2a23e90

NEW FEATURES

  • skim() used within a function now prints the data frame name.

  • we have improved the interaction between focus() and the print methods.

    • columns selected in focus() are shown in the correct order
    • some edge cases relating to empty skim types have been improved
    • you can control the width rule line for the printed subtables with an
      option: skimr_table_header_width. The default is to use the
      console width, i.e. the value of the width option.
  • we have improved performance when handling large data with many columns.

MINOR IMPROVEMENTS

  • Replace the Suppporting Additional Objects vignette
    with Extending skimr. Remove sf from Suggests.
  • Default support for haven_labelled columns is now supported. These
    columns are summarized using skimmers for the underlying data, typically
    either numeric or character.

BUG FIXES

  • A skim_list (most commonly generated by the partition() function) also
    inherits from a list