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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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