R/helpers.R

Defines functions `%||%`

`%||%` <- function(a, b)
    if (is.null(a)) b else a
iNZightVIT/iNZightModules documentation built on Feb. 3, 2024, 4:43 p.m.