inst/staticexports/operators.R

`%||%` <- function(a, b) {
  if (is.null(a)) b else a
}
wch/staticimports documentation built on Jan. 13, 2024, 8:48 p.m.