R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  utils::data(
    "county_fips_2020", package = pkgname,
    envir = parent.env(environment(NULL))
  )
}

Try the tinytiger package in your browser

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

tinytiger documentation built on Oct. 18, 2023, 1:11 a.m.