flow_doc | R Documentation |
Draw Flow Diagrams for an Entire Package
flow_doc(
pkg = NULL,
prefix = NULL,
code = TRUE,
narrow = FALSE,
truncate = NULL,
swap = TRUE,
out = NULL,
engine = c("nomnoml", "plantuml")
)
pkg |
package name as a string, or |
prefix |
prefix to use for special comments in our code used as block headers,
must start with |
code |
Whether to display the code in code blocks or only the header,
to be more compact, if |
narrow |
|
truncate |
maximum number of characters to be printed per line |
swap |
whether to change |
out |
path to html output, if left |
engine |
either |
Returns NULL
invisibly (called for side effects).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.