I found several questions about how to read multiple csv files into R. However, they are all named sequentially. Now, I've got files with time stamps. So I find it difficult to find a way to read them all in. Can somebody help? For example, they look like this:
99_Experiment Version A_2020-06-02_12h26.48.883.csv
I don't need the date, it was just automatically generated. Is there an easy way to remove it? Then all files would be named in the same format (_Experiment Version A.csv with ascending numbers at the front) and I can maybe use one of the other posts to read them