R/misc_helpers.R

Defines functions `%||%`

#
`%||%` <- function(x, y) {
  if (is.null(x)) y else x
}

Try the BCEA package in your browser

Any scripts or data that you put into this service are public.

BCEA documentation built on Nov. 25, 2023, 5:08 p.m.