https://github.com/justmarkham/dplyr-tutorial
Tutorials for the dplyr package in R
https://github.com/justmarkham/dplyr-tutorial
Last synced: 9 months ago
JSON representation
Tutorials for the dplyr package in R
- Host: GitHub
- URL: https://github.com/justmarkham/dplyr-tutorial
- Owner: justmarkham
- Created: 2014-09-26T03:58:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T15:14:26.000Z (almost 8 years ago)
- Last Synced: 2025-03-29T19:24:19.863Z (10 months ago)
- Homepage:
- Size: 110 KB
- Stars: 163
- Watchers: 29
- Forks: 242
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Tutorials for the dplyr package in R
I've created two video tutorials covering Hadley Wickham's excellent [dplyr](https://github.com/hadley/dplyr) package. The first tutorial introduces all of the basic functionality of dplyr 0.2. The second tutorial covers the new functionality in dplyr 0.3 and 0.4.
This repo contains the R Markdown documents used in the tutorials.
Tutorial #1:
* [Video](http://youtu.be/jWjqLW-u3hc) on YouTube (39 minutes)
* [R Markdown document](dplyr-tutorial.Rmd) and [plain text version](https://raw.githubusercontent.com/justmarkham/dplyr-tutorial/master/dplyr-tutorial.Rmd)
* [Rendered document](http://rpubs.com/justmarkham/dplyr-tutorial) on RPubs
* [Blog post](http://www.dataschool.io/dplyr-tutorial-for-faster-data-manipulation-in-r/)
Tutorial #2:
* [Video](http://youtu.be/2mh1PqfsXVI) on YouTube (37 minutes)
* [R Markdown document](dplyr-tutorial-2.Rmd) and [plain text version](https://raw.githubusercontent.com/justmarkham/dplyr-tutorial/master/dplyr-tutorial-2.Rmd)
* [Rendered document](http://rpubs.com/justmarkham/dplyr-tutorial-part-2) on RPubs
* [Blog post](http://www.dataschool.io/dplyr-tutorial-part-2/)