Fix typo (#1386)
This commit is contained in:
parent
d9d44a0fdd
commit
3a668b97cd
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue