Skip to content

Commit

Permalink
Update tidy.Rmd, typo: Spreading "forms" to "from" (hadley#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikerhardt authored and hadley committed Jun 20, 2018
1 parent 3617c80 commit d96fded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidy.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ To tidy this up, we first analyse the representation in similar way to `gather()
* The column that contains variable names, the `key` column. Here, it's
`type`.

* The column that contains values forms multiple variables, the `value`
* The column that contains values from multiple variables, the `value`
column. Here it's `count`.

Once we've figured that out, we can use `spread()`, as shown programmatically below, and visually in Figure \@ref(fig:tidy-spread).
Expand Down

0 comments on commit d96fded

Please sign in to comment.