cleanup_names {eufmdis.adapt} | R Documentation |
Clean up a vector of column names
Description
The function takes a vector of column names as an argument and returns a cleaned up version of it.
Usage
cleanup_names(x)
Arguments
x |
A character vector |
Details
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
Value
A character vector
Author(s)
Ian Kopacka
[Package eufmdis.adapt version 0.1.0 Index]