How to read multiple cvs files at once & Calculate occurrence in each file

A reproducible example, called a reprex would allow a more specific answer.

Take a look at this post for one approach and the importCSV() function in the DataLoader package. The latter gives you "a single list of dataframes containing all the files imported and stored as dataframes."

1 Like