graphmlAsTidy: Convert GraphML format to tidygraph

View source: R/netwokHelpers.R

graphmlAsTidyR Documentation

Convert GraphML format to tidygraph

Description

In order to be used by ingres, GraphML files have to be converted to tidygraph format. This helper does that.

Usage

graphmlAsTidy(filename)

Arguments

filename

The path to the the GraphML file.

Value

A tidygraph object

Examples

filename =
  system.file("extdata", "example_network.graphml", package = "ingres")
graphmlAsTidy(filename)


ingres documentation built on Sept. 14, 2022, 9:05 a.m.