read_graphRead the dependency graph of your targets
from your last attempted call to make().
read_graph(plot = TRUE, path = getwd(), search = TRUE)logical, whether to plot the graph or simply return the graph as an igraph object.
Root directory of the drake project,
or if search is TRUE, either the
project root or a subdirectory of the project.
logical. If TRUE, search parent directories
to find the nearest drake cache. Otherwise, look in the
current working directory only.
either a plot or an igraph object, depending
on plot