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:
summarise()
select()
rename()
relocate()
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.
across()
Learn more at https://www.tidyverse.org/blog/2020/04/dplyr-1-0-0-colwise/
This topic was automatically closed after 42 days. New replies are no longer allowed.