From d96fdedfbbee948ac5170668d9fa048c2737586c Mon Sep 17 00:00:00 2001 From: Erik Erhardt Date: Wed, 20 Jun 2018 03:05:25 -0600 Subject: [PATCH] Update tidy.Rmd, typo: Spreading "forms" to "from" (#639) --- tidy.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidy.Rmd b/tidy.Rmd index a7aa088..025565c 100644 --- a/tidy.Rmd +++ b/tidy.Rmd @@ -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).