cderv
2
Let keep one problem per question. There is already one for the RAR reading
About the reading of file within folder you could
- use
fs
to manipulate paths and select all the file you want to read
- use
purrr
to map
the reading function to each element.
1 Like