diff --git a/iteration.qmd b/iteration.qmd index 5f4e0ad..fe948ce 100644 --- a/iteration.qmd +++ b/iteration.qmd @@ -881,7 +881,7 @@ append_file <- function(path) { } ``` -Now we need to call `append_csv()` once for each element of `paths`. +Now we need to call `append_file()` once for each element of `paths`. That's certainly possible with `map()`: ```{r}