R/utils.R

`%||%` <- function(l, r){
  if (is.null(l)) r else l
}
rkingdc/SQLusine documentation built on June 2, 2019, 2:44 p.m.