labels.rset: Find Labels from rset Object

View source: R/labels.R

labels.rsetR Documentation

Find Labels from rset Object

Description

Produce a vector of resampling labels (e.g. "Fold1") from an rset object. Currently, nested_cv is not supported.

Usage

## S3 method for class 'rset'
labels(object, make_factor = FALSE, ...)

## S3 method for class 'vfold_cv'
labels(object, make_factor = FALSE, ...)

Arguments

object

An rset object

make_factor

A logical for whether the results should be a character or a factor.

...

Not currently used.

Value

A single character or factor vector.

Examples

labels(vfold_cv(mtcars))

rsample documentation built on Aug. 23, 2023, 5:08 p.m.