View source: R/fixColumnNames.R
fixColumnNames | R Documentation |
fixColumnNames changes original column names and into standardized names.
fixColumnNames(orgCols, errorLst)
orgCols |
character vector with ordered list of column names found in a pedigree file. |
errorLst |
list object with places to store the various column name changes. |
A list object with newColNames
and errorLst
with
a record of all changes made.
library(nprcgenekeepr)
fixColumnNames(c("Sire_ID", "EGO", "DAM", "Id", "birth_date"),
errorLst = getEmptyErrorLst())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.