From 010ea3b0c833c672217de9f9058d3b0c9f6e6137 Mon Sep 17 00:00:00 2001 From: S'busiso Mkhondwane Date: Sat, 13 Aug 2016 16:03:31 +0200 Subject: [PATCH] Update tidy.Rmd (#252) Typo --- tidy.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidy.Rmd b/tidy.Rmd index de5f07c..be4c3e5 100644 --- a/tidy.Rmd +++ b/tidy.Rmd @@ -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 %>%