how can i open files contained in many subfolders

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 :package: to manipulate paths and select all the file you want to read
  • use purrr :package: to map the reading function to each element.
1 Like