View source: R/utilityFunctions.R
renameCol | R Documentation |
Rename a data frame column name or a list object name
renameCol(df, oldColName, newColName)
df |
A data frame |
oldColName |
Old column name |
newColName |
New column name |
the data frame with the updated column name
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.