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

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

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/)