View source: R/netwokHelpers.R
graphmlAsTidy | R Documentation |
In order to be used by ingres, GraphML files have to be converted to tidygraph format. This helper does that.
graphmlAsTidy(filename)
filename |
The path to the the GraphML file. |
A tidygraph object
filename = system.file("extdata", "example_network.graphml", package = "ingres") graphmlAsTidy(filename)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.