View source: R/messy_colnames.R
messy_colnames | R Documentation |
Adds special characters and randomly capitalises characters in the column names of a data frame.
messy_colnames(data, messiness = 0.2)
data |
data.frame to alter column names |
messiness |
Percentage of values to change per function. Must be between 0 and 1. Default 0.1. |
data.frame with messy column names
Athanasia Monika Mowinckel
messy_colnames(mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.