How to read Excel files in ADLS?
Open
- Dominant language
- R
- Stars
- 68
- Forks
- 27
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 1
Description
I can use `list_adls_files(sandbox, dir = '/filepath', recursive = TRUE)` to see list file names in a storage container, but I am unsure how to use these names in a pipeline to read the files in.
`read_excel(path)` returned ``Error: `path` does not exist:``
Do I need to first download the files to local session? This seems like an extra step we shouldn't need.
Contributor guide
Assessment
This issue has not been assessed yet.