R/utils.R

`%||%` <- function(x, y) if (is.null(x)) y else x
robertzk/k documentation built on May 27, 2019, 10:34 a.m.