Skip to content

laderast/RBootcamp

Repository files navigation

RBootcamp

Netlify Status Binder

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:

  1. The magic of ggplot2.
  2. More ggplot2 using factors.
  3. Basic Data Manipulation using dplyr.
  4. Tidy Data: Why and How using tidyr.
  5. Simple Statistics using broom.

It is currently available at http://r-bootcamp.netlify.com

Documentation for the course framework is available at http://github.com/ines/course-starter-r

The binder container responsible for executing code can be viewed here: Binder

Contributors

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