R/utils.R

Defines functions `%||%`

`%||%` <- function(x, y) if (is.null(x)) y else x
willdebras/shinyMap documentation built on Jan. 1, 2021, 12:48 p.m.