workflow plan data frame, same as for function
make().
targets
names of targets to bulid, same as for function
make().
envir
environment to import from, same as for function
make().
verbose
logical, whether to output messages to the console.
Details
This function returns an igraph object representing how
the targets in your workflow depend on each other.
(help(package = "igraph")). To plot the graph, call
to plot.igraph() on your graph, or just use
plot_graph() from the start.