inst/reports/default/webex.R

suppressPackageStartupMessages({
  library(webex)
})

knitr::knit_hooks$set(webex.hide = function(before, options, envir) {
  if (before) {
    if (is.character(options$webex.hide)) {
      hide(options$webex.hide)
    } else {
      hide()
    }
  } else {
    unhide()
  }
})
dalejbarr/webex documentation built on Sept. 14, 2021, 5:43 a.m.