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])
}

Try the incidence package in your browser

Any scripts or data that you put into this service are public.

incidence documentation built on June 22, 2024, 10:35 a.m.