dplyr 1.0.0: working across columns
2020/04/03
Hadley Wickham
This post is the latest in a series of post leading up the the dplyr 1.0.0 release. So far, the series has covered:
Today, I wanted to talk a little bit about the new across()
function that makes it easy to perform the same operation on multiple columns.
Learn more at dplyr 1.0.0: working across columns