Suggest word insertion (#258)
This commit is contained in:
parent
2c0c6a8be5
commit
6b1ac1f40b
2
tidy.Rmd
2
tidy.Rmd
|
@ -49,7 +49,7 @@ Figure \@ref(fig:tidy-structure) shows the rules visually.
|
|||
knitr::include_graphics("images/tidy-1.png")
|
||||
```
|
||||
|
||||
These three rules are interrelated because it's impossible to only satisfy two of the three. That interrelationship leads to even simpler set of practical instructions:
|
||||
These three rules are interrelated because it's impossible to only satisfy two of the three. That interrelationship leads to an even simpler set of practical instructions:
|
||||
|
||||
1. Put each dataset in a tibble.
|
||||
1. Put each variable in a column.
|
||||
|
|
Loading…
Reference in New Issue