plot_graph
Plot the dependency structure of your workflow
plot_graph(plan, targets = drake::possible_targets(plan),
envir = parent.frame(), verbose = TRUE)
workflow plan data frame, same as for function
make()
.
names of targets to bulid, same as for function
make()
.
environment to import from, same as for function
make()
.
logical, whether to output messages to the console.