The package contains functions that allow different types of resampling (e.g. cross-validation, bootstrap, etc.). The data structure in which resampling data is stored is a data frame and is very convenient for further work. You can read more about the package on the official package page: https://github.com/tidymodels/rsample. The package is part of the RStudio “tidymodels” …