Update tidy.Rmd (#252)

Typo
This commit is contained in:
S'busiso Mkhondwane 2016-08-13 16:03:31 +02:00 committed by Hadley Wickham
parent d67c997d21
commit 010ea3b0c8
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ table3 %>%
You can also pass a vector of integers to `sep`. `separate()` will interpret the integers as positions to split at. Positive values start at 1 on the far-left of the strings; negative value start at -1 on the far-right of the strings. When using integers to separate strings, the length of `sep` should be one less than the number of names in `into`.
You can use this arrangement to separate the last two digits of each year. This make this data lesss tidy, but is useful in other cases, as you'll see in a little bit.
You can use this arrangement to separate the last two digits of each year. This make this data less tidy, but is useful in other cases, as you'll see in a little bit.
```{r}
table3 %>%