
Convert a NetVis graph response to igraph
as_igraph.RdConvert a NetVis graph response to igraph
Arguments
- graph_response
A list with
$nodesand$edgestibbles, as returned byget_neighbors(),get_subgraph(), orfind_path().
Examples
if (FALSE) { # \dontrun{
resp <- get_neighbors("H:UNITCM_H001")
g <- as_igraph(resp)
} # }