tbltools 0.0.5 Unreleased

  • tbltools is a lot lighter as rlang, tibble, and tidyselect are no longer dependencies

tbltools 0.0.4 Unreleased

  • 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()

tbltools 0.0.3 2019-01-07

  • Added filter_rows() and arrange_rows() methods as convenient shortcuts

tbltools 0.0.2 2018-10-30

  • Added a NEWS.md file to track changes to the package.