prune_drake_graph {drake} | R Documentation |
Prune the graph
![[Deprecated]](../help/figures/lifecycle-deprecated.svg)
Description
2019-01-08
Usage
prune_drake_graph(graph, to = igraph::V(graph)$name, jobs = 1)
Arguments
graph |
An igraph object. |
to |
Character vector of vertices. |
jobs |
Number of jobs for parallelism. |
Value
An igraph
object
[Package drake version 7.13.10 Index]