vrename: Rename columns in a data frame

View source: R/vtools.R

vrenameR Documentation

Rename columns in a data frame

Description

Rename columns in a data frame

Usage

vrename(df, rename_map)

Arguments

df

A data frame

rename_map

A named character vector (old_name = new_name)

Value

A data frame with renamed columns


doBy documentation built on June 30, 2025, 1:06 a.m.