nullOr: Null coalescing operator

nullOrR Documentation

Null coalescing operator

Description

Null coalescing operator

Usage

x %||% y

Arguments

x

First value (any type).

y

Fallback value when x is NULL.

Value

x if not NULL, otherwise y.


PatientGenerator documentation built on Sept. 16, 2026, 1:06 a.m.