R/input_f.R
next_event.Rd
Retrieves the next n events (without removing them).
n
next_event(n = 1, ptr)
Number of events to retrieve. Default is 1.
The event queue pointer. Defaults to cur_evtlist.
cur_evtlist
A list of events, each with patient_id, event_name, and time.
patient_id
event_name
time