Replaces NULL with a default value.
NULL
x %||% y
x
y
An object.
If x is NULL, returns y; otherwise returns x.
Other utilities: concat
concat