R/utils.R

Defines functions `%||%`

`%||%` <- function(x, y) if (is.null(x)) y else x
willdebras/shinykeyboard documentation built on Aug. 6, 2020, 8:13 p.m.