R/names.R

Defines functions tzdb_names

Documented in tzdb_names

#' Time zone database names
#'
#' @description
#' `tzdb_names()` returns the time zone names found in the database.
#'
#' @return
#' A character vector of zone names.
#'
#' @export
#' @examples
#' tzdb_names()
tzdb_names <- function() {
  tzdb_names_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.