R/zzz.R

Defines functions .onAttach

#' On attach, if on a MARC computer with Covid19MARCInternal installed, check for updates to datasets. If there are updates print a message
#' @noRd
.onAttach <- function(...) {
    checkPublicStaticDatasets()
}
MARC-KC/Covid19MARCData documentation built on April 7, 2022, 11:43 a.m.