Nothing
#' 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()
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.