drake (version 6.2.1)

dataframes_graph: Deprecated function dataframes_graph

Description

Use drake_graph_info() instead.

Usage

dataframes_graph(config = drake::read_drake_config(), from = NULL,
  mode = c("out", "in", "all"), order = NULL, subset = NULL,
  build_times = "build", digits = 3, targets_only = FALSE,
  split_columns = NULL, font_size = 20, from_scratch = FALSE,
  make_imports = TRUE, full_legend = TRUE)

Arguments

config

deprecated

from

deprecated

mode

deprecated

order

deprecated

subset

deprecated

build_times

deprecated

digits

deprecated

targets_only

deprecated

split_columns

deprecated

font_size

deprecated

from_scratch

deprecated

make_imports

deprecated

full_legend

deprecated

Value

args for system2(command, args)

Details

Deprecated on 2018-06-27.

Examples

Run this code
# NOT RUN {
# See ?drake_graph_info for examples.
# }

Run the code above in your browser using DataCamp Workspace