diff --git a/iteration.qmd b/iteration.qmd index 205de62..8bd4353 100644 --- a/iteration.qmd +++ b/iteration.qmd @@ -538,7 +538,7 @@ list( ) ``` -So we can use `map()` get a list of 12 data frames: +So we can use `map()` to get a list of 12 data frames: ```{r} files <- map(paths, readxl::read_excel)