labels.rsplit: Find Labels from rsplit Object

Description Usage Arguments Value Examples

Description

Produce a tibble of identification variables so that single splits can be linked to a particular resample.

Usage

1
2
## S3 method for class 'rsplit'
labels(object, ...)

Arguments

object

An 'rsplit' object

...

Not currently used.

Value

A tibble.

Examples

1
2
cv_splits <- vfold_cv(mtcars)
labels(cv_splits$splits[[1]])

topepo/rsample documentation built on May 4, 2019, 4:25 p.m.