Correct a typo in model-many.Rmd (#647)
This commit is contained in:
parent
e8c1dbb428
commit
44f3e50fdf
|
@ -377,7 +377,7 @@ df %>%
|
|||
unnest()
|
||||
```
|
||||
|
||||
(If you find yourself using this pattern a lot, make sure to check out `tidyr:separate_rows()` which is a wrapper around this common pattern).
|
||||
(If you find yourself using this pattern a lot, make sure to check out `tidyr::separate_rows()` which is a wrapper around this common pattern).
|
||||
|
||||
Another example of this pattern is using the `map()`, `map2()`, `pmap()` from purrr. For example, we could take the final example from [Invoking different functions] and rewrite it to use `mutate()`:
|
||||
|
||||
|
|
Loading…
Reference in New Issue