View source: R/general_utilities.R
minimal_decimal_places_ordered | R Documentation |
Reduce the number of decimals down to the minimal needed to preserve the same number of levels in the original data. Returns data as factors to represent values in the same order they were given. This is handy for whne you
minimal_decimal_places_ordered(numeric_vector, min_decimal = 0)
numeric_vector |
Values to represent |
min_decimal |
Integer to indicate the number of folds in which to split the data |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.