Fix typo, closes #1601
This commit is contained in:
parent
94189daf74
commit
528606008e
|
@ -566,7 +566,7 @@ paths |>
|
||||||
|
|
||||||
What if we want to pass in extra arguments to `read_excel()`?
|
What if we want to pass in extra arguments to `read_excel()`?
|
||||||
We use the same technique that we used with `across()`.
|
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}
|
```{r}
|
||||||
paths |>
|
paths |>
|
||||||
|
|
Loading…
Reference in New Issue