R/date.R

Defines functions date_get_month_offset date_get_year_offset

# Exported for testing

date_get_year_offset <- function(x) {
  .Call(warp_date_get_year_offset, x)
}

date_get_month_offset <- function(x) {
  .Call(warp_date_get_month_offset, x)
}
DavisVaughan/warp documentation built on Nov. 4, 2023, 11:53 p.m.