R/onLoad.R

Defines functions .onLoad

#' @export

.onLoad <- function(libname, pkgname) {
  .mc <<- new.env(parent = emptyenv())
  tryCatch(download.mc(), error = function(e) NULL)
  read.mc()
}
philbastian/matchcountry documentation built on June 12, 2025, 11:46 p.m.