Creates k random folds using rsample::vfold_cv()
;
"V-fold cross-validation (also known as k-fold cross-validation) randomly
splits the data into V groups of roughly equal size (called "folds").
A resample of the analysis data consists of V-1 of the folds",
see https://rsample.tidymodels.org/reference/vfold_cv.html