Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erictleung/rbootcamp

DataCamp Introduction to the Tidyverse. Available at https://www.datacamp.com/courses/rbootcamp
https://github.com/erictleung/rbootcamp

Last synced: about 1 month ago
JSON representation

DataCamp Introduction to the Tidyverse. Available at https://www.datacamp.com/courses/rbootcamp

Awesome Lists containing this project

README

        

# Welcome to the R-Bootcamp!

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:

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`.

## Getting Started

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!

## Contributors

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