Non-null selection operator.

x %||% y

Arguments

x

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

y

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