R/utilities.R

"%||%" <- function(a, b) {
  if (!is.null(a)) a else b
}
erocoar/ggparl documentation built on May 24, 2019, 8:48 p.m.