rich-iannone / DiagrammeR

Graph and network visualization using tabular data in R
https://rich-iannone.github.io/DiagrammeR/
Other
1.68k stars 247 forks source link

export_graph layout #489

Open Benj19882023 opened 1 year ago

Benj19882023 commented 1 year ago

Hi,

I just started using DiagrammeR and it is great. My issue is that I'm trying to generate graphs with a tree layout. The output is perfect using render_graph(a_graph, layout = "tree")

However, I need to batch-generate graphs to SVG files. I tried using export_graph, however, it does not accept the layout argument.

Any option or interest in being able to select a layout when exporting?

Thank you