R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  # import the codelist dataset from countrycode package
  utils::data("codelist", package = "countrycode")
  codelist <- codelist
  # return success
  invisible()
}

Try the wdpar package in your browser

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

wdpar documentation built on Sept. 21, 2023, 5:06 p.m.