R/utilities.R

"%||%" <- function(a, b) {
    if (!is.null(a)) a else b
}
microly/ggkey documentation built on Nov. 4, 2019, 6:52 p.m.