R/misc_helpers.R

Defines functions `%||%`

#
`%||%` <- function(x, y) {
  if (is.null(x)) y else x
}
giabaio/BCEA documentation built on March 27, 2024, 5:32 p.m.