Learn R Programming

drake (version 3.0.0)

read_graph: Function read_graph

Description

Read the dependency graph of your targets from your last attempted call to make().

Usage

read_graph(plot = TRUE, path = getwd(), search = TRUE)

Arguments

plot

logical, whether to plot the graph or simply return the graph as an igraph object.

path

Root directory of the drake project, or if search is TRUE, either the project root or a subdirectory of the project.

search

logical. If TRUE, search parent directories to find the nearest drake cache. Otherwise, look in the current working directory only.

Value

either a plot or an igraph object, depending on plot

See Also

read_config