Write a Graph to .graphml File
write_graphml.Rd
Writes a graph object (tidygraph/iGraph) to a file as GraphML.
Arguments
- graph
A tidygraph or igraph object.
- file
The file path to write to, as a string. If '.graphml' extension is missing, it will be appended.