From 3a668b97cdbdf4214e2c4b1999bc4e71b1b533d5 Mon Sep 17 00:00:00 2001 From: alberto-agudo <91462184+alberto-agudo@users.noreply.github.com> Date: Fri, 24 Mar 2023 17:11:55 +0100 Subject: [PATCH] Fix typo (#1386) --- iteration.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)