R/operators.R

Defines functions `%||%`

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

Try the QuICSeedR package in your browser

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

QuICSeedR documentation built on Sept. 11, 2024, 8:21 p.m.