Skip to content

Added two sample codebooks. #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Oct 17, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion getclean.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ permalink: /getclean/
- [Apples to Oranges Data Organisation Challenge](https://github.com/thoughtfulbloke/faoexample)
- [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.
- [Downloading files general advice](http://rpubs.com/thoughtfulbloke/downloadtips)
- [Codebook sample](https://gist.github.com/kirstenfrank/218c36a1938055d0f4e4)
- [Second Codebook sample](https://gist.github.com/kirstenfrank/699abe3e16fd1dc36e5d)
- [Query string (and other fields-within-fields) unrolling](http://rpubs.com/schnee/32988)