You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did not see a function for this, but may have missed it. Is there currently a function (or will there be a function in a future release) that takes a .DOT file (or DOT code object) and builds a graph from which node and edge dataframes can be extracted?
The text was updated successfully, but these errors were encountered:
I see that import_graph supports GML, SIF, .edges, and .mtx formats. Apparently there is a generate_dot(graph) function that takes a dgr_graph and provides DOT. I also don't see anything in reverse that reads the file into an object (maybe my mistake).
Hoping for this feature too, but in the meantime, please update if you find a way to import the DOT file with another package and pass the graph object to DiagrammeR.
I did not see a function for this, but may have missed it. Is there currently a function (or will there be a function in a future release) that takes a .DOT file (or DOT code object) and builds a graph from which node and edge dataframes can be extracted?
The text was updated successfully, but these errors were encountered: