- Added dplyr-like functions
arrange_data()
filter_data()
,select_data()
,mutate_data()
,summarise_data()
,bind_rows_data()
,full_join_data()
,left_join_data()
,right_join_data()
- tbltools is a lot lighter as rlang, tibble, and tidyselect are no longer dependencies
- Added
do_call_rbind()
as convenient shortcut for base do.call("rbind", ...) that will also fill in missing columns with missing values of appropriate class - Added non-standard evaluation functionality to
filter_rows()
- Added
filter_rows()
andarrange_rows()
methods as convenient shortcuts
- Added a
NEWS.md
file to track changes to the package.