col_rename {arf}R Documentation

Adaptive column renaming

Description

This function renames columns in case the input data.frame includes any colnames required by internal functions (e.g., "y").

Usage

col_rename(df, old_name)

Arguments

df

Input data.frame.

old_name

Name of column to be renamed.


[Package arf version 0.2.0 Index]