Filter for events that occur within a time range of event “A” in r part 2
问题 This is a follow up to a question asked previously (Filter for events that occur within a time range of event "A" in r). Since the original post was answered correctly I decided to start a new question. If this is improper let me know. Quick recap. I have event data with a second value. I wanted to filter all B events that came 5 seconds prior to all A events. The issue I've run into is that the data is split into periods and the seconds restart. I didn't think this would be an issue as the