View source: R/bootstrap-model.R
cleanup_bootstrap_run | R Documentation |
This will delete all child models, and only keep the information you need to read in estimates or summary information
cleanup_bootstrap_run(.boot_run, .force = FALSE)
.boot_run |
A |
.force |
logical (T/F). If |
The intent of this function is to help reduce the number of files you need to commit via version control. Collaborators will be able to read in the bootstrap model and summary objects without needing individual run files.
Note that this will prevent force_resummarize = TRUE
from working
This should only be done if you no longer need to re-summarize, as this will clean up (delete) the individual bootstrap model files
summarize_bootstrap_run()
## Not run:
.boot_run <- read_model(file.path(MODEL_DIR, "1-boot"))
cleanup_bootstrap_run(.boot_run)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.