.get_split_args {rsample} | R Documentation |
Get the split arguments from an rset
Description
Get the split arguments from an rset
Usage
.get_split_args(x, allow_strata_false = FALSE)
Arguments
x |
An |
allow_strata_false |
A logical to specify which value to use if no
stratification was specified. The default is to use |
Value
A list of arguments used to create the rset.
[Package rsample version 1.3.0 Index]