Beginners
👋 Welcome
So you want to learn R? Here are some resources that will help you on your jouRney to awesomeness!
💻 Installing R and RStudio
- Danielle Navarro slides and youtube video
⌨️ Console
- swirl R package
# enter the following in the R console
install.packages("swirl")
library("swirl")
🏫 Online Courses and Tutorials
Getting Started with R - free course by R for the Rest of Us
Data carpentry
R for beginners by Ihnwhi Heo, Duco Veen, and Rens van de Schoot
📖 Textbooks
R for Data Science - open source textbook by Hadley Wickham
YaRrr! The Pirate’s Guide to R - open source textbook by Nathaniel Phillips
An Introduction to R - open source textbook by Alex Douglas et al.
R for Excel users by by Julie Lowndes & Allison Horst