R/aaa.R

'%||%' <- function(x, y) {
  if (is.null(x)) {
    y
  } else {
    x
  }
}
coolbutuseless/bdftools documentation built on Dec. 19, 2021, 6:03 p.m.