Update referencing style

This commit is contained in:
Mine Çetinkaya-Rundel
2021-02-22 12:59:50 +00:00
parent 6d977a565a
commit 5769a02123
7 changed files with 12 additions and 12 deletions

View File

@@ -715,7 +715,7 @@ It returns a list:
str_extract_all(more, colour_match)
```
You'll learn more about lists in [lists](#lists) and [iteration].
You'll learn more about lists in Section \@ref(lists) on lists and Chapter \@ref(iteration) on iteration.
If you use `simplify = TRUE`, `str_extract_all()` will return a matrix with short matches expanded to the same length as the longest: