Drop handling hierarchy

It's just a bit too raw - and rather than polishing it, it would be better to put the time in to (e.g.) ggplot2 scales
This commit is contained in:
hadley
2016-08-15 09:18:56 -05:00
parent 9d7851318d
commit 92d7665920
7 changed files with 64 additions and 16 deletions

View File

@@ -551,7 +551,7 @@ This is a common pattern for stringr functions, because working with a single ma
str_extract_all(more, colour_match)
```
You'll learn more about lists in [lists](#lists) and [handling hierarchy].
You'll learn more about lists in [lists](#lists) and [iteration].
If you use `simplify = TRUE`, `str_extract_all()` will return a matrix with short matches expanded to the same length as the longest: