I work in a labratory wherein we collected 100+ .csv files every day of recorded, time-locked events. There are specific timepoint-outputs that we need from each files and extracting these numbers by hand is not very efficient.
I'm wondering anyone has ideas of how to code a R script that would extract and compile these time points? I've been looking into the mcsv_r() function; however I need to know which file the time points came out of and I'm not sure if that function is capable.
Here's an image which may explain what I'm trying to accomplish better than I can, this is from a single file (file #1) of 30:
I'm a novice at best when it comes to coding. Thank you so much for any help!