spl_variable | R Documentation |
This function is intended for use when writing custom splitting logic. In cases where the split is associated with
a single variable, the name of that variable will be returned. At time of writing this includes splits generated
via the split_rows_by()
, split_cols_by()
, split_rows_by_cuts()
, split_cols_by_cuts()
,
split_rows_by_cutfun()
, and split_cols_by_cutfun()
layout directives.
spl_variable(spl)
## S4 method for signature 'VarLevelSplit'
spl_variable(spl)
## S4 method for signature 'VarDynCutSplit'
spl_variable(spl)
## S4 method for signature 'VarStaticCutSplit'
spl_variable(spl)
## S4 method for signature 'Split'
spl_variable(spl)
spl |
( |
For splits with a single variable associated with them, returns the split. Otherwise, an error is raised.
make_split_fun
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.