Continuing to rewrite data-transform

This commit is contained in:
Hadley Wickham
2021-04-21 08:25:39 -05:00
parent 0c4b8dcd04
commit 5f45c33adb
7 changed files with 131 additions and 86 deletions

View File

@@ -191,6 +191,8 @@ str_sort(x, locale = "en") # English
str_sort(x, locale = "haw") # Hawaiian
```
TODO: add connection to `arrange()`
### Exercises
1. In code that doesn't use stringr, you'll often see `paste()` and `paste0()`.