rlbarter / blog_comments

0 stars 0 forks source link

blog/2020-07-09-across #2

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Rebecca Barter - Across (dplyr 1.0.0): applying dplyr functions simultaneously across multiple columns

With the introduction of dplyr 1.0.0, there are a few new features: the biggest of which is across() which supersedes the scoped versions of dplyr functions.

https://www.rebeccabarter.com/blog/2020-07-09-across

ngiangre commented 1 year ago

Great vignette! Now I understand ‘across’ much better