This commit is contained in:
alberto-agudo 2023-03-24 17:11:55 +01:00 committed by GitHub
parent d9d44a0fdd
commit 3a668b97cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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