renameColumns | R Documentation |
Rename columns in a data frame giving tupels of original name and substitute name as named elements in list "renames"
renameColumns(x, renamings = NULL)
x |
data.frame |
renamings |
list with named elements each of which defines a column rename in the form <old-name> = <new-name> |
dframe with columns renamed as specified in renames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.