R/utils.R

if (sprintf("%s.%s", R.version$major, R.version$minor) < "4.4.0" ) {
  `%||%` <- function (x, y) if (is.null(x)) y else x
}

Try the sooty package in your browser

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

sooty documentation built on June 8, 2025, 11:33 a.m.