R/cpp11.R

Defines functions tzdb_version_cpp tzdb_use_os_tzdb_cpp tzdb_reload_cpp tzdb_set_install_cpp tzdb_names_cpp

# Generated by cpp11: do not edit by hand

tzdb_names_cpp <- function() {
  .Call(`_tzdb_tzdb_names_cpp`)
}

tzdb_set_install_cpp <- function(path) {
  invisible(.Call(`_tzdb_tzdb_set_install_cpp`, path))
}

tzdb_reload_cpp <- function() {
  invisible(.Call(`_tzdb_tzdb_reload_cpp`))
}

tzdb_use_os_tzdb_cpp <- function() {
  .Call(`_tzdb_tzdb_use_os_tzdb_cpp`)
}

tzdb_version_cpp <- function() {
  .Call(`_tzdb_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.