read_graph
R/deprecate.R
Use read_drake_graph()
instead.
read_graph(path = getwd(), search = TRUE, cache = drake::get_cache(path = path, search = search, verbose = verbose), verbose = 1, ...)
path | Same as for |
---|---|
search | Same as for |
cache | Same as for |
verbose | Same as for |
... | Same as for |
An igraph
object representing the dependency
network of the workflow.
Deprecated on 2017-11-12.
# See ?read_drake_graph for the examples.