R/cs-helpers.R
null_coalesce.Rd
Returns x if it is not NULL, otherwise returns y.
x
NULL
y
x %||% y
Value to test.
Fallback if x is NULL.
x or y.