View source: R/data-cleaning.R
data_clean | R Documentation |
This function is used to check some common errors of a raw dataset and return a suitable dataset for feeding in the imputer later on. Note that this would not guarantee the dataset is fully cleaned.
data_clean(rawdata, levels.tol = 0.2)
rawdata |
A data frame. (a raw dataset) |
levels.tol |
Tolerant proportion of the number of levels to the number of observations in a dataset. Default: 0.2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.