col_rename {arf} | R Documentation |
This function renames columns in case the input data.frame includes any
colnames required by internal functions (e.g., "y"
).
col_rename(df, old_name)
df |
Input data.frame. |
old_name |
Name of column to be renamed. |