I hope you can help me here, I would like to import several files stored in several folders and subfolders. Until now I either copy/pasted the results in one excel file or imported one file after another in R, but now I have to many files to deal with...
Here is what I need to do: 1 folder: Data --> containing 60 subfolders with subject ID: subj 1, subj 2, subj 3, ... --> each subfolders contained 6 excel files: T1, T2,t3,....
I would like to import all these excels files in R, either in one big data frame or one data frame for each subject. And even better would be to add a column with "Subject ID" (Subj1, subj2, subj3,...) and another one with Lap (T1, T2, T3....).
Does someone know how to do that? Thank you.