drake_graph_info_impl: Internal function

View source: R/drake_graph_info.R

drake_graph_info_implR Documentation

Internal function

Description

Not a user-side function.

Usage

drake_graph_info_impl(
  config,
  from = NULL,
  mode = c("out", "in", "all"),
  order = NULL,
  subset = NULL,
  build_times = "build",
  digits = 3,
  targets_only = FALSE,
  font_size = 20,
  from_scratch = FALSE,
  make_imports = TRUE,
  full_legend = FALSE,
  group = NULL,
  clusters = NULL,
  show_output_files = TRUE,
  hover = FALSE,
  on_select_col = NULL
)

Arguments

config

A drake_config() object.


drake documentation built on Nov. 6, 2023, 5:09 p.m.