data-raw/tzone.R

## code to prepare `tzone_list` dataset goes here
tzone_list <- lutz::tz_list() |>
  dplyr::group_by(utc_offset_h) |>
  dplyr::filter(row_number() == 1) |>
  dplyr::ungroup() |>
  dplyr::select(tz_name, utc_offset_h)

usethis::use_data(tzone_list, internal = TRUE, overwrite = TRUE)
huizezhang-sherry/cubble documentation built on Oct. 15, 2024, 8:12 a.m.