Learn R Programming

rsample (version 0.0.2)

labels.rset: 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 rset
labels(object, make_factor = FALSE, ...)

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

Arguments

object

An `rset` object

make_factor

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

...

Not currently used.

Value

A single character or factor vector.

Examples

Run this code
# NOT RUN {
labels(vfold_cv(mtcars))
# }

Run the code above in your browser using DataLab