R/utils.R

Defines functions `%||%`

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

Try the lavinteract package in your browser

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

lavinteract documentation built on Feb. 12, 2026, 5:10 p.m.