messy | R Documentation |
Make a data frame messier.
messy(data, messiness = 0.1, missing = NA, case_type = "word")
data |
input dataframe |
messiness |
Percentage of values to change per function. Must be between 0 and 1. Default 0.1. |
missing |
A single value, vector, or list of what the
missing values will be replaced with. If length is greater
than 1, values will be replaced randomly.
Default |
case_type |
Whether the case should change based on
the |
a dataframe the same size as the input data.
messy(mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.