View source: R/cleanPedigree.R
standardizeColnames | R Documentation |
This internal function standardizes the column names of a given dataframe. It utilizes regular expressions and the 'tolower()' function to match column names against a list of predefined standard names. The approach is case-insensitive and allows for flexible matching of column names.
standardizeColnames(df, verbose = FALSE)
df |
A dataframe whose column names need to be standardized. |
verbose |
A logical indicating whether to print progress messages. |
A dataframe with standardized column names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.