R/conversion.R
get.edgelist.Rd
get.edgelist() was renamed to as_edgelist() to create a more consistent API.
get.edgelist()
as_edgelist()
get.edgelist(graph, names = TRUE)
The graph to convert.
Whether to return a character matrix containing vertex names (i.e. the name vertex attribute) if they exist or numeric vertex ids.
name