Description Usage Arguments Value Author(s) Examples
rename the column of a data frame
1 | renameColDf(df, colOldName, colNewName)
|
df |
input data frame |
colOldName |
name of the column that has to be changed (character vector) |
colNewName |
new column name (character vector) |
input data frame with the name of the column changed
Andrea Franceschini
1 2 | data(uuk_screen)
screen <- renameColDf(uuk_screen, "score", "my_z_score")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.