parent
6de8723a45
commit
c376c930e4
2
tidy.Rmd
2
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
|
||||
|
|
Loading…
Reference in New Issue