From c93a5c51ae93eeab68f5687059a74827386b5456 Mon Sep 17 00:00:00 2001 From: Kara Woo Date: Mon, 3 Oct 2016 05:41:41 -0700 Subject: [PATCH] Fix typo in section 12.3.1 (Gathering) (#431) --- tidy.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidy.Rmd b/tidy.Rmd index f8244a0..959532e 100644 --- a/tidy.Rmd +++ b/tidy.Rmd @@ -125,7 +125,7 @@ Typically a dataset will only suffer from one of these problems; it'll only suff ### Gathering -A common problem is a dataset where some of the column names are not names of variables, but _values_ of a variable. Take `table4a`: the column names `1991` and `2000` represent values of the `year` variable, and each row represents two observations, not one. +A common problem is a dataset where some of the column names are not names of variables, but _values_ of a variable. Take `table4a`: the column names `1999` and `2000` represent values of the `year` variable, and each row represents two observations, not one. ```{r} table4a