From c376c930e44eb61adcc3a77bea9a4cdd64ec8c22 Mon Sep 17 00:00:00 2001 From: S'busiso Mkhondwane Date: Tue, 2 Aug 2016 16:13:31 +0200 Subject: [PATCH] Update tidy.Rmd (#220) UK English --- tidy.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidy.Rmd b/tidy.Rmd index a135469..fc5fc0c 100644 --- a/tidy.Rmd +++ b/tidy.Rmd @@ -23,7 +23,7 @@ library(dplyr) ## Tidy data -You can represent the same underlying data in multiple ways. The example below shows the same data organized in four different ways. Each dataset shows the same values of four variables *country*, *year*, *population*, and *cases*, but each dataset organizes the values in different way. +You can represent the same underlying data in multiple ways. The example below shows the same data organised in four different ways. Each dataset shows the same values of four variables *country*, *year*, *population*, and *cases*, but each dataset organises the values in different way. ```{r} table1