datawizard 0.11.0
BREAKING CHANGES
-
Arguments named
group
orgroup_by
are deprecated and will be removed
in a future release. Please useby
instead. This affects the following
functions in datawizard (#502).data_partition()
demean()
anddegroup()
means_by_group()
rescale_weights()
-
Following aliases are deprecated and will be removed in a future release (#504):
get_columns()
, usedata_select()
instead.data_find()
andfind_columns()
, useextract_column_names()
instead.format_text()
, usetext_format()
instead.
CHANGES
-
recode_into()
is more relaxed regarding checking the type ofNA
values.
If you recode into a numeric variable, and one of the recode values isNA
,
you no longer need to useNA_real_
for numericNA
values. -
Improved documentation for some functions.
BUG FIXES
data_to_long()
did not work for data frame where columns had attributes
(like labelled data).