syberia (version 0.6.1.9009)

infix_or: Non-null selection operator.

Description

Non-null selection operator.

Usage

x %||% y

Arguments

x

ANY. An R object. If NULL, return y.

y

ANY. An R object. If x is NULL, return y.