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. 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.
It is currently available at http://r-bootcamp.netlify.com
Note: we have switched over to using WebR - the current version is in the gh-pages branch: https://github.com/laderast/RBootcamp/tree/gh-pages
Ted Laderas and Jessica Minner - creators and maintainers
Includes contributions from: Chester Ismay, Eric Leung, Aurora Blucher, Tracy Edinger, Dian Chase, Gabrielle Choonoo, Clint Olson, Michael Kolesnikov, Joshua Meyer, amundhb, cfiller123, and Ines Montani.
We utilize datasets from the gapminder
and fivethirtyeight
packages.
Portions of this Bootcamp were adapted from a workshop I gave with Chester Ismay: https://github.com/Cascadia-R/gRadual-intRoduction-tidyverse