I'm new in the R world, so I have this question:
- I have a principal folder. In that folder, I have several subfolders, and then, into this subfolders, anothers subfolders. For example:
Works/Folder A,B,C.../Economic/New/File.xlsx
This structure repeats for Folder A, B, C, D, and the rest. What I need is import every "file.xlsx" and merge all dataframes into one.
Thank you very much!