Thin pass-through that builds a tidymodels-style
rset of bootstrap resamples via
rsample::bootstraps and returns it untouched.
Arguments
- data
A data.frame.
- times
Number of bootstrap resamples (default 25).
- ...
Forwarded to
rsample::bootstraps(e.g.strata,apparent).