View source: R/clean_colnames.R
clean_colnames | R Documentation |
This function is used to clean up variable names to conform to the RSDA format.
clean_colnames(data)
data |
The conventional data. |
Data after cleaning variable names.
data(mushroom)
mushroom.clean <- clean_colnames(data = mushroom)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.