R/utilities.R

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

Try the gghalves package in your browser

Any scripts or data that you put into this service are public.

gghalves documentation built on Nov. 20, 2022, 5:07 p.m.