R/utils.R

Defines functions `%||%`

`%||%` <- function(x, y) if (is.null(x)) y else x
MayaGans/shinyBody documentation built on June 20, 2020, 3:23 p.m.