From 2dc8df173210c25453d7a2e3593521b1c7afbd90 Mon Sep 17 00:00:00 2001 From: Jeroen Janssens Date: Mon, 1 Aug 2016 13:45:15 +0200 Subject: [PATCH] Replace `tabble1` with `table1` in Chapter 9 (#213) --- tidy.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidy.Rmd b/tidy.Rmd index 9ca2d02..a135469 100644 --- a/tidy.Rmd +++ b/tidy.Rmd @@ -52,7 +52,7 @@ These three rules are interrelated because it's impossible to only satisfy two o 1. Put each dataset in a tibble. 1. Put each variable in a column. -In this example, only `tabble1` is tidy. It's the only representation where each column is a variable. +In this example, only `table1` is tidy. It's the only representation where each column is a variable. Why ensure that your data is tidy? There are two main advantages: