R/zzz.R

# for compatibility with R <4.4.0
if (!exists("%||%", envir = baseenv())) {
  `%||%` <- function(x, y) if (!is.null(x)) x else y
}

Try the RSTr package in your browser

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

RSTr documentation built on Jan. 31, 2026, 9:07 a.m.