or_or: Internal Coalesce Operator Returns the left-hand side if it...

or_orR Documentation

Internal Coalesce Operator Returns the left-hand side if it is not NULL, otherwise the right-hand side.

Description

Internal Coalesce Operator Returns the left-hand side if it is not NULL, otherwise the right-hand side.

Usage

x %||% y

Arguments

x

Left-hand value.

y

Right-hand value.

Value

If x is not NULL, returns x; else y.


powerbrmsINLA documentation built on July 2, 2026, 5:07 p.m.