Description Usage Arguments Value
The overall cached workflow wrapper to generate a diagram
1 | withGraph(expr)
|
expr |
An expression, normally including multiple
|
CachedWorkflow S3 object.
The CachedWorkflow may include a CachedResult whose value can
be extracted with function extractVal
A GraphViz diagram can be generated by calling
the function plot on that CachedWorkflow object.
The diagram is generated by grViz under the hood.
Finally, a simple count of the number of already cached and (re-)evaluated
calls made with cachedCall can be obtained with
calling the function summary on the CachedWorkflow.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.