Skip to content

datawizard 0.6.2

Compare
Choose a tag to compare
@IndrajeetPatil IndrajeetPatil released this 04 Oct 15:17
· 433 commits to main since this release

BREAKING CHANGES

  • Methods for grouped data frames (.grouped_df) no longer support
    dplyr::group_by() for {dplyr} before version 0.8.0.

  • empty_columns() and remove_empty_columns() now also remove columns that
    contain only empty characters. Likewise, empty_rows() and
    remove_empty_rows() remove observations that completely have missing or
    empty character values.

CHANGES

  • data_arrange() now works with data frames that were grouped using
    data_group() (#274).

  • data_read() gains a convert_factors argument, to turn off automatic
    conversion from numeric variables into factors.