Skip to content

Commit

Permalink
Adding first draft of tidy data chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettgman committed Jul 28, 2015
1 parent f58e797 commit b318afc
Show file tree
Hide file tree
Showing 21 changed files with 487 additions and 18 deletions.
478 changes: 478 additions & 0 deletions 04-tidy.Rmd

Large diffs are not rendered by default.

27 changes: 9 additions & 18 deletions _includes/package-nav.html
Original file line number Diff line number Diff line change
@@ -1,20 1,11 @@
<!--
<li class="dropdown-header">Getting started</li>
<li><a href="intro.html">Introduction</a></li>
<li><a href="package.html">Package structure</a></li>
<li class="dropdown-header">Package components</li>
<li><a href="r.html">Code (<code>R/</code>)</a></li>
<li><a href="description.html">Package metadata (<code>DESCRIPTION</code>)</a></li>
<li><a href="man.html">Object documentation (<code>man/</code>)</a></li>
<li><a href="vignettes.html">Vignettes (<code>vignettes/</code>)</a></li>
<li><a href="tests.html">Testing (<code>tests/</code>)</a></li>
<li><a href="namespace.html">Namespaces (<code>NAMESPACE</code>)</a></li>
<li><a href="data.html">Data (<code>data/</code>)</a></li>
<li><a href="src.html">Compiled code (<code>src/</code>)</a></li>
<li><a href="inst.html">Installed files (<code>inst/</code>)</a></li>
<li><a href="misc.html">Other components</a></li>
<li class="dropdown-header">Best practices</li>
<li><a href="git.html">Git and GitHub</a></li>
<li><a href="check.html">Checking</a></li>
<li><a href="release.html">Release</a></li>
<li><a href="01-introduction.html">Introduction to data science</a></li>
<li><a href="02-visualize.html">Visualize data</a></li>
<li><a href="03-transform.html">Transform data</a></li>
<li><a href="04-tidy.html">Tidy data</a></li>
<li><a href="05-import.html">Import data</a></li>
<li><a href="06-dates.html">Dates and times</a></li>
<li><a href="07-strings.html">Regular expresssions</a></li>
<li><a href="08-model.html">Model data</a></li>
<li><a href="09-reporting.html">Reporting and reproducible research</a></li>
-->
Binary file added images/0-keynote.key
Binary file not shown.
Binary file added images/blank.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tidy-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tidy-10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tidy-11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tidy-12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tidy-13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tidy-14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tidy-15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tidy-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tidy-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tidy-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tidy-3a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tidy-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tidy-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tidy-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tidy-7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tidy-8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tidy-9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b318afc

Please sign in to comment.