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 June 22, 2024, 11:08 a.m.