R/utilities.R

Defines functions `%||%`

`%||%` <- function(a, b) ifelse(is.null(a), b, a)

Try the yulab.utils package in your browser

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

yulab.utils documentation built on Sept. 20, 2023, 9:06 a.m.