View source: R/param_min_unique.R
min_unique | R Documentation |
Some pre-processing parameters require a minimum number of unique data points
to proceed. Used in recipes::step_discretize()
.
min_unique(range = c(5L, 15L), trans = NULL)
range |
A two-element vector holding the defaults for the smallest and largest possible values, respectively. If a transformation is specified, these values should be in the transformed units. |
trans |
A |
min_unique()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.