R/utils.R

Defines functions `%||%`

`%||%` <- function(a, b) {
  if (is.null(a)) b else a
}

new_data_frame <- getFromNamespace("new_data_frame", "ggplot2")
Hy4m/hyplot documentation built on March 29, 2021, 6:19 p.m.