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:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user