This post is from a low-reputation account and contains an unverified outbound link. Be cautious before clicking external links.

Understanding tidyeval and dplyr 7.0 in R

Words
143
Reading
1 min
Listen
Play
9y

For those that use R and have been sucked into the tidyverse way of working, you might be aware that the new release of dplyr 7.0 brings with it a new non-standard evaluation framework in the guise of the rlang package.

I found this a bit hard to wrap my head around at first, but I've discovered that this framework is very powerful for programmatically working with dplyr and manipulating data, so I've collected a few useful resources for y'all to get started.

Understanding tidyeval and dplyr 7.0 in R | Ecency