parent
d67c997d21
commit
010ea3b0c8
2
tidy.Rmd
2
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 %>%
|
||||
|
|
Loading…
Reference in New Issue