drake_ggraph_impl: Internal function with a drake_config() argument

View source: R/drake_ggraph.R

drake_ggraph_implR Documentation

Internal function with a drake_config() argument

Description

Not a user-side function.

Usage

drake_ggraph_impl(
  config,
  build_times = "build",
  digits = 3,
  targets_only = FALSE,
  main = NULL,
  from = NULL,
  mode = c("out", "in", "all"),
  order = NULL,
  subset = NULL,
  make_imports = TRUE,
  from_scratch = FALSE,
  full_legend = FALSE,
  group = NULL,
  clusters = NULL,
  show_output_files = TRUE,
  label_nodes = FALSE,
  transparency = TRUE
)

Arguments

config

A drake_config() object.

make_imports

Logical, whether to make the imports first. Set to FALSE to save some time and risk obsolete output.


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