Learn R Programming

rsample (version 1.3.0)

.get_split_args: Get the split arguments from an rset

Description

Get the split arguments from an rset

Usage

.get_split_args(x, allow_strata_false = FALSE)

Value

A list of arguments used to create the rset.

Arguments

x

An rset or initial_split object.

allow_strata_false

A logical to specify which value to use if no stratification was specified. The default is to use strata = NULL, the alternative is strata = FALSE.