cache | R Documentation |
expression result is saved as rds with time stamp. If cached file already exist, it try to use it.
cache(expr, path, expire = NULL, required_ver = NULL)
expr |
expression for caching |
path |
path for cache file |
expire |
diftim until the cache is expired, e.g. as.difftime function with unit argument. |
required_ver |
integer for controlling file format version; smaller version file is always ignored. |
loaded file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.