R/zzz.R

Defines functions .onLoad

.onLoad <- function(...) {
  op <- options()
  op.incidence <- list(incidence.max.days = 18262,
                      incidence.warn.first_date = TRUE)
  toset <- !names(op.incidence) %in% op
  if (any(toset)) options(op.incidence[toset])
}
OutbreakResources/incidence documentation built on Aug. 10, 2024, 8:27 p.m.