Learn R Programming

drake (version 4.2.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(), split_columns)

Arguments

parallelism

Mode of parallelism intended for the workflow. 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