VarStaticCutSplit-class | R Documentation |
Splits for cutting by values of a numeric variable
Create static cut or static cumulative cut split
make_static_cut_split(
var,
split_label,
cuts,
cutlabels = NULL,
cfun = NULL,
cformat = NULL,
cna_str = NA_character_,
split_format = NULL,
split_na_str = NA_character_,
split_name = var,
child_labels = c("default", "visible", "hidden"),
extra_args = list(),
indent_mod = 0L,
cindent_mod = 0L,
cvar = "",
cextra_args = list(),
label_pos = "visible",
cumulative = FALSE,
page_prefix = NA_character_,
section_div = NA_character_,
show_colcounts = FALSE,
colcount_format = NULL
)
VarDynCutSplit(
var,
split_label,
cutfun,
cutlabelfun = function(x) NULL,
cfun = NULL,
cformat = NULL,
cna_str = NA_character_,
split_format = NULL,
split_na_str = NA_character_,
split_name = var,
child_labels = c("default", "visible", "hidden"),
extra_args = list(),
cumulative = FALSE,
indent_mod = 0L,
cindent_mod = 0L,
cvar = "",
cextra_args = list(),
label_pos = "visible",
page_prefix = NA_character_,
section_div = NA_character_,
show_colcounts = FALSE,
colcount_format = NULL
)
var |
( |
split_label |
( |
cuts |
( |
cutlabels |
( |
cfun |
( |
cformat |
( |
cna_str |
( |
split_format |
( |
split_na_str |
( |
split_name |
( |
child_labels |
( |
extra_args |
( |
indent_mod |
( |
cindent_mod |
( |
cvar |
( |
cextra_args |
( |
label_pos |
( |
cumulative |
( |
page_prefix |
( |
section_div |
( |
show_colcounts |
( |
colcount_format |
( |
cutfun |
( |
cutlabelfun |
( |
A VarStaticCutSplit
, CumulativeCutSplit
object for make_static_cut_split
, or a VarDynCutSplit
object for VarDynCutSplit()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.