The replacement operator. Replaces the lhs with rhs on the condition that length(lhs) == FALSE (the length is 0).
lhs
rhs
length(lhs) == FALSE
0
lhs %||% rhs