rm_suffix | R Documentation |
This function used to Remove a suffix in a dataframe column or columns
rm_suffix(suffix, data, column)
suffix |
specify a suffix for the wanted columns in data. |
data |
specify data frame |
column |
specify a dataframe containing variables |
returns a dataframe with suffix removed
df <- add_suffix("_G", head(iris, 2)) rm_suffix("_G", df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.