
Render a pipeline graph as a Graphviz diagram (static-capable)
Source:R/render-diagrammer.R
render_diagrammer.RdBuilds a DOT specification with card-style HTML nodes (verb header, code body, plain-language description), category colors, and state-annotated edges, rendered via DiagrammeR. Suitable for static export to SVG/PNG.
Arguments
- graph
A
gdalviz_graphfrompipeline_graph().- direction
Layout direction:
"TB"(vertical, default) or"LR".- theme
"light"or"dark".