Reproducible Data Science in R: Flexible Functions Using Tidy Evaluation

blog
data science
wrangling
Author

Dr. Joscelin Rocha-Hidalgo

Published

February 20, 2025

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.

  1. Link to article here: https://waterdata.usgs.gov/blog/rds-function-evaluation/

Back to top