Suggest word insertion (#258)

This commit is contained in:
harrismcgehee
2016-08-15 08:33:12 -04:00
committed by Hadley Wickham
parent 2c0c6a8be5
commit 6b1ac1f40b

View File

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