Update tidy.Rmd (#220)

UK English
This commit is contained in:
S'busiso Mkhondwane 2016-08-02 16:13:31 +02:00 committed by Hadley Wickham
parent 6de8723a45
commit c376c930e4
1 changed files with 1 additions and 1 deletions

View File

@ -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