flow_doc {flow} | R Documentation |
Draw Flow Diagrams for an Entire Package
Description
Draw Flow Diagrams for an Entire Package
Usage
flow_doc(
pkg = NULL,
prefix = NULL,
code = TRUE,
narrow = FALSE,
truncate = NULL,
swap = TRUE,
out = NULL,
engine = c("nomnoml", "plantuml")
)
Arguments
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 |
Value
Returns NULL
invisibly (called for side effects).