R/zzz.R

Defines functions .onLoad

# nocov start

.onLoad <- function(libname, pkgname) {
  path <- tzdb_path(type = "text")
  tzdb_set_install(path)
}

# nocov end

Try the tzdb package in your browser

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

tzdb documentation built on May 31, 2023, 7:57 p.m.