R/utils.R

muteFun = function(expr, mute = FALSE) {
  assertFlag(mute)
  if (mute) {
    BBmisc::suppressAll(expr)
  } else {
    expr
  }
}
aydindemircioglu/ConfSVM documentation built on May 11, 2019, 4:12 p.m.