Description Usage Arguments Details Value See Also
A wrapper function for knit that gathers and extracts data
from knitr on chunk dependencies to produce a dataflow graph. Additional
profiling data on time usage and cache and figure sizes are extracted
as well.
1 |
... |
All the arguments that should be passed on to |
cache.path |
Character, default |
fig.path |
Character, default |
If a document has already been knitted and rendered in RStudio, say, the arguments
cache.path and fig.path can be set to use the existing cache.
An object of class dep_graph, which inherits class dgr_graph from
the DiagrammeR package.
plot.dep_graph and render_graph from the
DiagrammeR package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.