Description Usage Arguments Value
A simple heuristic function which returns false
(i.e., uncacheable) if the code calls any of the functions in
nonCachedFuns, which defaults to par,
options, load, rm, and source.
1 | mustForce(codeInf, nonCachedFuns = nocache)
|
codeInf |
A ScriptNodeInfo object for the code being assessed |
nonCachedFuns |
a vector of function names which should be considered uncacheable |
TRUE if any of the functions in nonCachedFuns are
called, FALSE otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.