rename_col: Renames columns within the dataset

View source: R/adding_preprocessing_functions.R

rename_colR Documentation

Renames columns within the dataset

Description

Checks the dataset for the correct names necessary for further data processing. If the requisite data names are not in the dataset, then prompts the user for the columns to be renamed to the requisite names.

Usage

rename_col(dataset)

Arguments

dataset

Dataset to rename columns for

Value

The dataset with the appropriately named columns


datadrivenenvirolab/ClimActor documentation built on April 23, 2024, 7:40 a.m.