| clear_model_cache | R Documentation |
Clears the compiled Stan model cache, keeping only the models that match the keep argument.
clear_model_cache(keep, cache_dir = getOption("rbmi.cache_dir"))
keep |
A character string that specifies which models to keep in the cache. |
cache_dir |
The directory where the compiled Stan models are cached. Defaults to the option |
See unlink() for details on the return value regarding the deletion of the old model files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.