| has_event | R Documentation |
Check if a patient has a specific event in the queue
has_event(event_name, ptr, patient_id, exclude_inf = FALSE)
event_name |
Character string, the name of the event. |
ptr |
The event queue pointer. Defaults to |
patient_id |
The patient ID. Defaults to |
exclude_inf |
Logical, whether to exclude events with Inf time. Default is FALSE. |
Logical, TRUE if the event exists for the patient (optionally excluding Inf), FALSE otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.