Skip to contents

Clear all cached models from memory. This can be useful to free up memory or to force models to be reloaded.

Usage

clear_cache()

Value

Invisible NULL

Examples

if (FALSE) { # \dontrun{
# Clear the cache
clear_cache()

# Models will be reloaded on next use
} # }