View source: R/remove_suffix.R
remove_suffix | R Documentation |
Removes one of two suffixes from column names
remove_suffix(vector, suffix_1, suffix_2)
vector |
Vector of column names |
suffix_1 |
First suffix to be removed. |
suffix_2 |
Second suffix to be removed. |
Vector of column names without suffixes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.