Is there a quick way on Mac to put thousands of files from different folders into one folder or is there a way for R to read thousands of files in different working directories simultaneously?
You may wanna look over two functions:
list.files()
combined to
lapply()
When reading the files are a good place to start.