induced_subgraph()
can be achieved in two steps with
induced_subgraph_edges()
and subgraph_from_edges()
,
but it is much slower than expected.
Usage
induced_subgraph(graph, vids, impl = 0L)
induced_subgraph_edges(graph, vids)
subgraph_from_edges(graph, eids, delete_vertices = TRUE)