Merge branch 'master' of github.com:hadley/r4ds
This commit is contained in:
commit
a7bef68b35
2
tidy.Rmd
2
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 dataset in a tibble.
|
||||||
1. Put each variable in a column.
|
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:
|
Why ensure that your data is tidy? There are two main advantages:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue