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