clean_colnames {dataSDA} | R Documentation |
clean_colnames
Description
This function is used to clean up variable names to conform to the RSDA format.
Usage
clean_colnames(data)
Arguments
data |
The conventional data. |
Value
Data after cleaning variable names.
Examples
data(mushroom)
mushroom.clean <- clean_colnames(data = mushroom)
[Package dataSDA version 0.1.0 Index]