By Elise Hinman
This article addresses the challenges of writing flexible data-wrangling functions in R’s tidyverse ecosystem. It introduces tidy evaluation techniques, such as data masking and tidy selection, to enhance function flexibility. The tutorial provides practical examples to help R programmers create adaptable and efficient functions.
- Link to article here: https://waterdata.usgs.gov/blog/rds-function-evaluation/