drake (version 6.2.1)

read_graph: Deprecated function read_graph

Description

Use read_drake_graph() instead.

Usage

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

Run this code
# NOT RUN {
# See ?read_drake_graph for the examples.
# }

Run the code above in your browser using DataLab