powered by
read_graph
Use read_drake_graph() instead.
read_drake_graph()
read_graph(path = getwd(), search = TRUE, cache = drake::get_cache(path = path, search = search, verbose = verbose), verbose = 1, ...)
Same as for read_drake_graph().
An igraph object representing the dependency network of the workflow.
igraph
Deprecated on 2017-11-12.
read_drake_graph().
# NOT RUN { # See ?read_drake_graph for the examples. # }
Run the code above in your browser using DataLab