R/importedOperators.R

`%||%` <- function (x, y) {
  if (is.null(x)) {
    y
  }
  else {
    x
  }
}
Matherion/justifier documentation built on Dec. 31, 2020, 3:13 p.m.