R/utils.R

Defines functions `%||%`

`%||%` <- function(a, b) if (is.null(a)) b else a
nteetor/hotr documentation built on May 24, 2019, 9:56 a.m.