mat_cols_change | R Documentation |
Change column names
mat_cols_change(df, pattern, replacement)
df |
data |
pattern , replacement |
See str_replace |
library(dplyr)
iris %>%
mat_cols_change("Sepal", "pal") %>%
head()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.