next_event: Get the next events in the queue

View source: R/input_f.R

next_eventR Documentation

Get the next events in the queue

Description

Retrieves the next n events (without removing them).

Usage

next_event(n = 1, ptr)

Arguments

n

Number of events to retrieve. Default is 1.

ptr

The event queue pointer. Defaults to cur_evtlist.

Value

A list of events, each with patient_id, event_name, and time.


WARDEN documentation built on Nov. 5, 2025, 7:45 p.m.