| cache_tool | R Documentation |
Wrap a tool with caching capabilities using the memoise package.
cache_tool(tool, cache = NULL)
tool |
The Tool object to cache. |
cache |
An optional memoise cache configuration (e.g., cache_memory() or cache_filesystem()).
Defaults to |
A new Tool object that caches its execution.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.