Learn R Programming

ingres (version 1.0.0)

graphmlAsTidy: 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)

Value

A tidygraph object

Arguments

filename

The path to the the GraphML file.

Examples

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

Run the code above in your browser using DataLab