Thank you for replying, my file names are named all the same thing except the last three digits, which are their distinguishing factor: _001 and goes to _180.
Is it possible to create a loop to be able to read these files and then save them separately from each other (3 combined) without having to write the script out each time stating the _001 etc.? I want to create a separate folder with the combined .csv files so the files should go from _001 to _060 (instead of the _001 to _180).
So the "new" _001 will have the "old" _001 to _003 within it and the "new" _002 will have the "old" _004 to _006 (as the 3 files are being combined into one) and ending with the "new" _060 having the old _178 to _180 within it.