This commit is contained in:
alberto-agudo
2023-03-24 17:11:55 +01:00
committed by GitHub
parent d9d44a0fdd
commit 3a668b97cd

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)