powered by
Returns a unless it is NULL; otherwise returns b.
a
NULL
b
a %||% b
a if not NULL, else b.
Left-hand side value.
Right-hand side fallback.