Interactivity and Programming in the Tidyverse

In Tidyverse grammars such as dplyr you can refer to the columns in your data frames as if they were objects in the workspace. This syntax is optimised for interactivity and is a great fit for data...

Interactivity and Programming in the Tidyverse

January 31, 2020

In Tidyverse grammars such as dplyr you can refer to the columns in your data frames as if they were objects in the workspace. This syntax is optimised for interactivity and is a great fit for data analysis, but it makes it harder to write functions and reuse code. In this talk we present some advances in the tidy eval framework that make it easier to program around Tidyverse pipelines without having to learn a lot of theory.

About the speaker

I work in the r-lib and tidyverse teams at RStudio. I’m interested in developing low-level tools that bring out the expressivity of the R language.