R/zzz.R

Defines functions `%||%`

`%||%` <- function(x, y) if (is.null(x)) y else x
sckott/fauxpas documentation built on Oct. 18, 2023, 11:41 p.m.