reformat_names: Reformat data frame column names

View source: R/rf_names.R

reformat_namesR Documentation

Reformat data frame column names

Description

Function to convert data frame names to a standardized format

Usage

reformat_names(names, format = "snake")

Arguments

names

data frame column names

format

name format

Examples

reformat_names(names(iris), 'snake')


sbha/dfnames documentation built on Aug. 20, 2024, 6:53 p.m.