fastplyr 0.5.0
Bug fixes
- Fix for
f_summarisereturning results in the incorrect order.
Breaking changes
- Previously soft-deprecated arguments have now been removed.
New features
-
New function
list_tidyas an alternative tolistthat evaluates
arguments dynamically with a focus on setting precedence for objects created
in the list over environment objects. -
new_tblnow evaluates its arguments dynamically.f_expandalso
evaluates its argument dynamically unless the data is grouped and the
expressions supplied aren't simply column selections. -
New function
f_pullas a fast convenience function for extracting
vectors from columns. -
New functions
remove_rows_if_any_naandremove_rows_if_all_na. -
f_arrangegains the.descendingargument to efficiently
return data frames in descending order.