append_prefix_to_colnames: append_prefix_to_colnames

View source: R/append_prefix_to_colnames.R

append_prefix_to_colnamesR Documentation

append_prefix_to_colnames

Description

add a string to beginning of all the column names

Usage

append_prefix_to_colnames(data, prefix)

Arguments

data

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

prefix

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

Value

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

Examples

# to be added

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