The R-Bootcamp is meant to be a gentle and gradual introduction to manipulating and visualizing data in R using the tidyverse
suite of packages. Basic programming concepts in R (functions, databases, and control structures) are also covered. Topics covered include:
- The magic of
ggplot2
. - More
ggplot2
using factors. - Basic Data Manipulation using
dplyr
. - Tidy Data: Why and How using
tidyr
. - Simple Statistics using
broom
.
To get started with the RBootcamp, first register as a student on DataCamp: http://datacamp.com.
Then register for the course here: https://www.datacamp.com/courses/rbootcamp
Have fun!
Written by Ted Laderas, Jessica Minnier, and Chester Ismay with contributions from: Eric Leung, Aurora Blucher, Tracy Edinger, Dian Chase, Gabrielle Choonoo, Clint Olson, and Joshua Meyer.
Portions of this Bootcamp were adapted from a workshop I gave with Chester Ismay: https://github.com/Cascadia-R/gRadual-intRoduction-tidyverse