Description Usage Arguments Value Examples
View source: R/clean_col_name.R
Clean Column Names
1 |
df |
a data frame |
A data frame
1 2 | df <- data.frame(tmPP = c(1:5), YnUU = c(1:5))
df <- clean_col_name(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.