dplyr 1.0.0: working across columns
This article is originally published at https://www.tidyverse.org/blog/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: Major lifecycle changes. New summarise() features. 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. Getting the dev version If you’re interested in living life on the edge (or trying out anything you see in this blog post), you can install the development version of dplyr with:
Thanks for visiting r-craft.org
This article is originally published at https://www.tidyverse.org/blog/
Please visit source website for post related comments.