Learn R Programming

drake (version 3.0.0)

plot_graph: Function plot_graph

Description

Plot the dependency structure of your workflow

Usage

plot_graph(plan, targets = drake::possible_targets(plan),
  envir = parent.frame(), verbose = TRUE)

Arguments

plan

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.