Skip to content

Commit a475214

Browse files
committed
Merge pull request DataScienceSpecialization#71 from justmarkham/master
add new dplyr tutorial to Getting and Cleaning Data
2 parents 09fa1a1 + 75ed32e commit a475214

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

getclean.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ permalink: /getclean/
66

77
- [Subsetting example walkthrough](http://rpubs.com/thoughtfulbloke/subset)
88
- [Apples to Oranges Data Organisation Challenge](https://github.com/thoughtfulbloke/faoexample)
9-
- [dplyr Video Tutorial](https://www.youtube.com/watch?v=jWjqLW-u3hc) and [R Markdown document](http://rpubs.com/justmarkham/dplyr-tutorial): An [update](http://blog.rstudio.org/2014/01/17/introducing-dplyr/) to the plyr package, useful for subsetting, sorting, summarizing, and merging data using a more intuitive syntax than plyr or base R.
9+
- [dplyr introductory tutorial](https://www.youtube.com/watch?v=jWjqLW-u3hc) and [R Markdown document](http://rpubs.com/justmarkham/dplyr-tutorial): A 39-minute video tutorial that covers the five basic dplyr "verbs" and a dozen other dplyr functions. dplyr is an [update](http://blog.rstudio.org/2014/01/17/introducing-dplyr/) to the plyr package, useful for subsetting, sorting, summarizing, and merging data using a more intuitive syntax than plyr or base R.
10+
- [dplyr "going deeper" tutorial](https://www.youtube.com/watch?v=2mh1PqfsXVI) and [R Markdown document](http://rpubs.com/justmarkham/dplyr-tutorial-part-2): A 37-minute video tutorial that covers the new functionality in dplyr versions 0.3 and 0.4.
1011
- [Downloading files general advice](http://rpubs.com/thoughtfulbloke/downloadtips)
1112
- [Codebook sample](https://gist.github.com/kirstenfrank/218c36a1938055d0f4e4)
1213
- [Second Codebook sample](https://gist.github.com/kirstenfrank/699abe3e16fd1dc36e5d)

0 commit comments

Comments
 (0)