powered by
See the original description in Control.
Control
x %||% y
(any).
# get function from namespace instead of possibly getting # implementation shipped with recent R versions: bp_null_coalesce = getFromNamespace("%||%", "backports") bp_null_coalesce(NULL, FALSE)
Run the code above in your browser using DataLab