R/utils.R

Defines functions `%||%`

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