R/getDateColNames.R

Defines functions getDateColNames

Documented in getDateColNames

#' Vector of date column names
#'
#' @return Vector of column names in a standardized pedigree object that are
#' dates.
#'
getDateColNames <- function() {
  c("birth", "death", "departure", "exit")
}
rmsharp/nprcmanager documentation built on April 24, 2021, 3:13 p.m.