csv.to.igraph {influenceR} | R Documentation |
The first column should be sources, the second should be targets.
csv.to.igraph(fname)
fname |
A filename |
An igraph graph object built from the filename.
## Not run: ig.csv <- csv.to.igraph("edgelist.csv")