R/version.R

Defines functions tzdb_version

Documented in tzdb_version

#' Time zone database version
#'
#' @description
#' `tzdb_version()` returns the version of the time zone database currently in
#' use.
#'
#' @return
#' A single string of the database version.
#'
#' @export
#' @examples
#' tzdb_version()
tzdb_version <- function() {
  tzdb_version_cpp()
}

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.