I am a brand new R user. I have a very large amount of data over a range of time, with time in the first column increasing by 1/32 second increments. I want to extract the section of data that falls within a specific time range; for example, all of the data between 12:11:08PM and 12:11:11PM. However, the times in this column do not have any dates. Therefore, I could not figure out how to apply lubridate, POSIXct, or any other time functions since they all required dates. Is there a way for me to subset my data with a time only function? Thank you for your time.
time id result
12:11:08 10 200
12:11:09 11 276
12:11:10 12 398
12:11:11 13 299
12:11:12 14 192
12:11:13 15 392