View source: R/cleanup_names.R
cleanup_names | R Documentation |
The function takes a vector of column names as an argument and returns a cleaned up version of it.
cleanup_names(x)
x |
A character vector |
The following changes are made: - names are converted to lower case - dots are replaced by underscores - underscores in the beginning and end of a string are removed - multiple underscores are replaced by a single one
A character vector
Ian Kopacka
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.