R/utils.R

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

.ruigi_env <- new.env()
kirillseva/ruigi documentation built on June 6, 2019, 2:10 a.m.