Use read_drake_graph() instead.

read_graph(path = getwd(), search = TRUE, cache = drake::get_cache(path =
  path, search = search, verbose = verbose), verbose = 1, ...)

Arguments

path

Same as for read_drake_graph().

search

Same as for read_drake_graph().

cache

Same as for read_drake_graph().

verbose

Same as for read_drake_graph().

...

Same as for read_drake_graph().

Value

An igraph object representing the dependency network of the workflow.

Details

Deprecated on 2017-11-12.

See also

read_drake_graph().

Examples

# See ?read_drake_graph for the examples.