From 528606008e1e3d18c677b179cce9215dcd2bb735 Mon Sep 17 00:00:00 2001 From: Mine Cetinkaya-Rundel Date: Mon, 20 Nov 2023 08:10:43 -0500 Subject: [PATCH] Fix typo, closes #1601 --- iteration.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iteration.qmd b/iteration.qmd index 9c05c19..e2a43ca 100644 --- a/iteration.qmd +++ b/iteration.qmd @@ -566,7 +566,7 @@ paths |> What if we want to pass in extra arguments to `read_excel()`? We use the same technique that we used with `across()`. -For example, it's often useful to peak at the first few rows of the data with `n_max = 1`: +For example, it's often useful to peek at the first few rows of the data with `n_max = 1`: ```{r} paths |>