I'm sure there is a better way to do this, but for any #RStats beginners or not beginners, you can use list.files() to get a list of all files in a folder. Then you can use a for loop to bring in ALL those files, or any subset list of those files. This can be a game changer.
2
1
11


