Learn R Programming

nprcgenekeepr (version 1.0.5)

headerDisplayNames: Convert internal column names to display or header names.

Description

Converts the column names of a Pedigree or Genetic value Report to something more descriptive.

Usage

headerDisplayNames(headers)

Arguments

headers

a character vector of column (header) names

Value

Updated list of column names

Examples

Run this code
# NOT RUN {
library(nprcgenekeepr)
headerDisplayNames(headers = c("id", "sire", "dam", "sex", "birth", "age"))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab