Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/erictleung/rbootcamp
- Owner: erictleung
- Created: 2017-10-17T17:41:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-18T00:04:14.000Z (over 7 years ago)
- Last Synced: 2024-06-11T23:04:45.590Z (7 months ago)
- Language: R
- Homepage:
- Size: 1.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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