Update tidy.Rmd, typo: Spreading "forms" to "from" (#639)

This commit is contained in:
Erik Erhardt
2018-06-20 03:05:25 -06:00
committed by Hadley Wickham
parent 3617c80681
commit d96fdedfbb

View File

@@ -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).