datawizard 0.6.2
BREAKING CHANGES
-
Methods for grouped data frames (
.grouped_df
) no longer support
dplyr::group_by()
for{dplyr}
before version0.8.0
. -
empty_columns()
andremove_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 aconvert_factors
argument, to turn off automatic
conversion from numeric variables into factors.