View source: R/doRegroupings.R
doRegroupings | R Documentation |
Apply Regrouping of Values in a Data Frame
doRegroupings( Data, regroup.actual = kwb.utils::selectElements(settings, "regroup.actual"), regroup.config = kwb.utils::selectElements(settings, "regroup.config"), settings = NULL, checkRemaining = TRUE, to.factor = FALSE, to.numeric = TRUE, dbg = TRUE )
Data |
data frame |
regroup.actual |
default: settings$regroup.actual |
regroup.config |
default: settings$regroup.config |
settings |
list of settings that may contain the elements
|
checkRemaining |
if TRUE (default) it is checked if all values that occurred in a column to be regrouped have been considered in the regrouping |
to.factor |
if |
to.numeric |
(default: |
dbg |
if |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.