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