R/utils.R

"%||%" <- function (x, y) {
  if (is.null(x))
    y
  else x
}
#' @importFrom dplyr `%>%`
Liripo/Rliripo documentation built on Oct. 2, 2020, 9:41 p.m.