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