Tidyeval

rstudio::conf 2019

Working with names and expressions in your tidy eval code

January 25, 2019 |

In practice there are two main flavors of tidy eval functions: functions that select columns, such as `dplyr::select()`, and functions that operate on columns, such as `dplyr::mutate()`.

rstudio::conf 2019

Lazy evaluation

January 24, 2019 |

The "tidy eval" framework is implemented in the rlang package and is rolling out in packages across the Tidyverse and beyond. There is a lively conversation these days, as people come to terms with...

Webinars

Tidy evaluation is one of the major feature of the latest versions of dplyr and tidyr.

February 7, 2018 |

Tidy evaluation is one of the major feature of the latest versions of dplyr and tidyr. It enables Tidyverse users to write reusable functions and pipeline wrappers.