cache | R Documentation |
Store result of fun() in RDS file on disk, or load from disk if it exists will store files in one of: <cache_dir>/<name>.rds <cache_dir>/<name>.ver_<version>.rds <cache_dir>/<subdir>/<name>.rds <cache_dir>/<subdir>/<name>.ver_<version>.rds
cache(
name,
fun = NULL,
version = NULL,
subdir = NULL,
cache_dirs = get_cache_dirs()
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.