#|echo: false
options(conflicts.policy = "depends.ok")
13 Programming Notes
13.1 Advanced data wrangling
The tidy folks have also written many more articles on dplyr that are worth a look
13.2 Tidy programming
Programming with dplyr can be complicated because of tidy evaluation. This programming vignette provides useful documentation on data masking and tidy selection
If you plan to do a lot of R programming, I highly recommend reading chapters 17-21 on meta-programming in R