R/headerDisplayNames.R
headerDisplayNames.Rd
Converts the column names of a Pedigree or Genetic value Report to something more descriptive.
headerDisplayNames(headers)
headers | a character vector of column (header) names |
---|
Updated list of column names
# \donttest{ library(nprcgenekeepr) headerDisplayNames(headers = c("id", "sire", "dam", "sex", "birth", "age"))#> [1] "Ego ID" "Sire ID" "Dam ID" "Sex" #> [5] "Birth Date" "Age (in years)"# }