R/helpymchelperson.R

Defines functions .pshf_year

#' Extract years from date objects
#' @param date a date
#' @keywords internal
#' @export
#' @noRd

.pshf_year <- function(date) {
  x <- as.numeric(format(date, "%Y"))
  return(x)

}

Try the peacesciencer package in your browser

Any scripts or data that you put into this service are public.

peacesciencer documentation built on March 31, 2023, 8:37 p.m.