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 Dec. 2, 2025, 9:08 a.m.