Learn R Programming

ggRandomForests (version 1.1.1)

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, pth, ...)

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.
pth
the directory to store files.
...
extra arguments passed to randomForestSRC functions.

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 stored

Details

This function was created to help the package developer deal with changes in the randomForestSRC package during version iterations.

Examples

Run this code
rebuild_cache_datasets()

Run the code above in your browser using DataLab