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")
}
rmsharp/nprcgenekeepr documentation built on June 13, 2025, 9:16 p.m.