View source: R/append_suffix_to_colnames.R
append_suffix_to_colnames | R Documentation |
add a string to end of all the column names
append_suffix_to_colnames(data, suffix)
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 |
data.frame with new column names with suffix string appended to the column names
# to be added
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.