- Quick intro to dplyr
- Charlotte & Alix tag team programming
Charlotte's RStudio preferences tips:
- Uncheck Restore .Rdata into workspace at startup
- Save R workspace on exit: Never
If you have large objects in memory you don't want to be saving unneccessary copies and loading them each time you start R. It also forces you to write reproducible code.