| save_cache | R Documentation |
Serialises the current session cache to an .rds file so it can be
restored in a future session with load_cache(). Useful for
reproducibility and for avoiding repeated network requests.
save_cache(file)
file |
Path to the |
Invisibly returns NULL.
load_cache(), clear_cache()
tmp <- tempfile(fileext = ".rds")
save_cache(tmp)
unlink(tmp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.