Jay P. answered 06/25/19
R tutor with 10+years of R coding experience
Suppose you have a directory in a path /Users/home/dir1
And suppose you have multiple csv files within the directory.
A simple way to achieve your goal is to use function list.files and looping over reading file command.
Here is my R code example, hope this helps!
Now you could call the data from the list by using original file names, such as: df.current$filename1.csv