| cache | R Documentation |
Cache a value
cache(name, value, file = NULL, expire_after = NULL)
name |
The cache name |
value |
The value to cache |
file |
Optional file path to store the cache (default: |
expire_after |
Optional expiration time in hours (default: from config) |
The cached value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.