
Load an Undirected igraph Object from a CSV Edge List
load_igraph_from_csv.Rd
Loads a graph from a CSV file containing a two-column edge list.
Assumes columns are either from
and to
, or source
and target
.
load_igraph_from_csv.Rd
Loads a graph from a CSV file containing a two-column edge list.
Assumes columns are either from
and to
, or source
and target
.