R/getDateColNames.R

Defines functions getDateColNames

#' Vector of date column names
#'
#' @return Vector of column names in a standardized pedigree object that are
#' dates.
#'
#' @noRd
getDateColNames <- function() {
  c("birth", "death", "departure", "exit")
}

Try the nprcgenekeepr package in your browser

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

nprcgenekeepr documentation built on June 8, 2025, 10:55 a.m.