With recent major updates in two core packages, the tidyverse has substantially improved in the flexible options it offers for data wrangling. Here are five examples of what I mean.
Tag Archives: Tidyverse
What you need to know about dplyr 1.0.0 – Part 3: Working row-wise
dplyr is now much more friendly to row by row operations
What you need to know about dplyr 1.0.0 – Part 2: more flexible summarise()
Summarise – the original workhorse of dplyr – has been made even more flexible in the new release.
What you need to know about dplyr 1.0.0 – Part 1: The across() adverb
In this article I want to highlight one of the key developments of this release – the across() function.