R/zzz.R

Defines functions .onLoad

# nocov start
.onLoad <- function(...) {
    s3_register("dplyr::dplyr_reconstruct", "incidence2")
    invisible()
}
# nocov end

Try the incidence2 package in your browser

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

incidence2 documentation built on July 9, 2023, 5:35 p.m.