Fix typo, closes #1601

This commit is contained in:
Mine Cetinkaya-Rundel
2023-11-20 08:10:43 -05:00
committed by GitHub
parent 94189daf74
commit 528606008e

View File

@@ -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 |>