Description Usage Arguments Value
Change name of a single column in a dataframe by old name instead of position.
| 1 | rename_col(data, old_name, new_name)
 | 
| data | Dataframe. | 
| old_name | Name of column to rename (Character). | 
| new_name | Desired name of column (Character). | 
Dataframe with modified name of specified column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.