rebuild_cache_datasets: Recreate the cached data sets for the ggRandomForests package
Description
Recreate the cached data sets for the ggRandomForests package
Usage
rebuild_cache_datasets(set = NA, save = TRUE)
Arguments
set
Defaults to all sets (NA), however for individual sets specify one
or more of c("airq", "iris", "mtcars", "pbc", "veteran")
save
Defaults to write files to the current data directory.
ggRandomForests operates directly on randomForestSRC objects. In order to
improve performance on function examples and package tests and checks,
a set of precompiled randomForestSRC objects are store
Details
This function was created to help the package developer deal with changes
in the randomForestSRC package during version iterations.