| labels.rsplit {rsample} | R Documentation |
Produce a tibble of identification variables so that single splits can be linked to a particular resample.
## S3 method for class 'rsplit' labels(object, ...)
object |
An 'rsplit' object |
... |
Not currently used. |
A tibble.
cv_splits <- vfold_cv(mtcars) labels(cv_splits$splits[[1]])