append_suffix_to_colnames: append_suffix_to_colnames

View source: R/append_suffix_to_colnames.R

append_suffix_to_colnamesR Documentation

append_suffix_to_colnames

Description

add a string to end of all the column names

Usage

append_suffix_to_colnames(data, suffix)

Arguments

data

data.frame that contains the column names to change with a suffix

suffix

string to add to the end of all of the column names of the data.frame

Value

data.frame with new column names with suffix string appended to the column names

Examples

# to be added

epongpipat/eepR documentation built on June 5, 2024, 10:03 a.m.