powered by
Produce a tibble of identification variables so that single splits can be linked to a particular resample.
# S3 method for rsplit labels(object, ...)
An rsplit object
rsplit
Not currently used.
A tibble.
add_resample_id
# NOT RUN { cv_splits <- vfold_cv(mtcars) labels(cv_splits$splits[[1]]) # }
Run the code above in your browser using DataLab