R/utils.R

`%||%` <- function (x, y)  {
  if (is.null(x)) y else x
}
ropenscilabs/notary documentation built on May 20, 2022, 11:58 a.m.