suffix: Tag each column name of a data.frame with a given string of...

View source: R/utils-DF.R

suffixR Documentation

Tag each column name of a data.frame with a given string of characters

Description

Tag each column name of a data.frame with a given string of characters

Usage

suffix(DF, suf, sep = ".")

Arguments

DF

a data.frame

suf

the tag to be added at the end of each column name

sep

the separator between the tag and the original content; default='.'

Value

a data.frame


barzine/barzinePhdR documentation built on Nov. 23, 2024, 8:54 p.m.