Learn R Programming

drake (version 4.4.0)

default_graph_title: Function default_graph_title

Description

Default title of the graph from plot_graph().

Usage

default_graph_title(parallelism = drake::parallelism_choices(distributed_only
  = FALSE), split_columns = FALSE)

Arguments

parallelism

Mode of parallelism intended for the workplan. See parallelism_choices().

split_columns

logical, whether the columns were split in dataframes_graph() or plot_graph() with the split_columns argument.

See Also

dataframes_graph, plot_graph