Non-null selection operator.
x %||% y
ANY. An R object. If NULL, return y.
NULL
y
ANY. An R object. If x is NULL, return y.