# References
- R for data science: https://r4ds.had.co.nz/ 
- Row oriented workflows: https://github.com/jennybc/row-oriented-workflows#readme 
- Advanced R: http://adv-r.had.co.nz/ 
- Tidy evaluation: https://tidyeval.tidyverse.org/ 
- R packages: http://r-pkgs.had.co.nz/ 
- roxygen2: Vignettes in https://cran.r-project.org/package=roxygen2, especially: 
- Generating Rd files for an overview of available tags 
 
- How R searches and finds stuff: http://blog.obeautifulcode.com/R/How-R-Searches-And-Finds-Stuff/ 
- What they forgot to teach you: https://whattheyforgot.org/ 
- Parallel processing with a purrr-like interface: https://davisvaughan.github.io/furrr/ 
- Tidyverse principles: https://principles.tidyverse.org/ 
- Recursive lists to use in teaching and examples: https://github.com/jennybc/repurrrsive