-
tidy_quantiles
gains dramatic speed and efficiency improvements. -
The
order
andsort
arguments for data frame functions have been
superseded in favour of.order
and.sort
. -
New argument
.order
added to bothf_summarise
andtidy_quantiles
to allow for controlling the order of groups. -
rowwise_df
is now explicitly unsupported. To group by row, usef_rowwise
. -
New functions
f_nest_by
,f_rowwise
andadd_consecutive_id
.