R/zzz.R

Defines functions `%||%`

`%||%` <- function(x, y) if (is.null(x)) y else x

Try the fauxpas package in your browser

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

fauxpas documentation built on May 3, 2023, 9:14 a.m.