Description Usage Arguments Value See Also Examples
Test whether a memoised function has been cached for particular arguments.
1 | has_cache(f)
|
f |
Function to test. |
A function, with the same arguments as f
, that can be called to test
if f
has cached results.
is.memoised
, memoise
, drop_cache
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.