12  Programming Notes

#|echo: false

options(conflicts.policy = "depends.ok")

12.1 Advanced data wrangling

The tidy folks have also written many more articles on dplyr that are worth a look

12.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