R/helper.R

"%??%" = function(lhs, rhs) {
  if (is.null(lhs)) rhs else lhs
}

is_condition = function(cond) {
  inherits(cond, "condition")
}
mllg/conditions documentation built on May 23, 2019, 3:02 a.m.