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 Nov. 8, 2020, 4:30 p.m.