R/utils.R

`%||%` <- function(x, y) if (is.null(x)) y else x
kirillseva/dokk documentation built on May 20, 2019, 10:23 a.m.