powered by
fixColumnNames changes original column names and into standardized names.
fixColumnNames(orgCols, errorLst)
character vector with ordered list of column names found in a pedigree file.
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.
newColNames
errorLst
# NOT RUN { library(nprcgenekeepr) fixColumnNames(c("Sire_ID", "EGO", "DAM", "Id", "birth_date"), errorLst = getEmptyErrorLst()) # } # NOT RUN { # }
Run the code above in your browser using DataLab