powered by
This function is used to clean up variable names to conform to the RSDA format.
clean_colnames(data)
Data after cleaning variable names.
The conventional data.
data(mushroom) mushroom.clean <- clean_colnames(data = mushroom)
Run the code above in your browser using DataLab