From 6b1ac1f40bc9c9dfc37a12c90343546793877c1d Mon Sep 17 00:00:00 2001 From: harrismcgehee Date: Mon, 15 Aug 2016 08:33:12 -0400 Subject: [PATCH] Suggest word insertion (#258) --- tidy.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidy.Rmd b/tidy.Rmd index 7c469e9..0a69c48 100644 --- a/tidy.Rmd +++ b/tidy.Rmd @@ -49,7 +49,7 @@ Figure \@ref(fig:tidy-structure) shows the rules visually. knitr::include_graphics("images/tidy-1.png") ``` -These three rules are interrelated because it's impossible to only satisfy two of the three. That interrelationship leads to even simpler set of practical instructions: +These three rules are interrelated because it's impossible to only satisfy two of the three. That interrelationship leads to an even simpler set of practical instructions: 1. Put each dataset in a tibble. 1. Put each variable in a column.