R Resources
Cheatsheets and Reference Guides
- dyplyr cheat sheet (data wrangling)
- ggplot cheat sheet (data visualization)
- R Markdown Cheatsheet (reproducibility and communication of results)
- Base R cheat sheet
- R Reference Card
Troubleshooting
- rseek (search most online R documentation and discussion forums)
- R inferno (useful for troubleshooting)
Data Visualization Guides and Tutorials
- qplots tutorial
- Histograms/Density plots tutorial
- Boxplots/Violin plots tutorial
- Scatterplots tutorial
General guides and courses
- Data Carpentry
- R manuals by CRAN
- R for Beginners by Emmanuel Paradis
- The R Guide by W.J. Owen
- An Introduction to R by Longhow Lam
- Cookbook for R
- Advanced R by Hadley Wickham
- R Programming in Coursera
- R for Data Science