Learn R Programming

drake (version 5.0.0)

default_graph_title: Return the default title of the graph for vis_drake_graph().

Description

For internal use only.

Usage

default_graph_title(split_columns = FALSE)

Arguments

split_columns

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

Value

a character scalar with the default graph title for vis_drake_graph().

See Also

dataframes_graph, vis_drake_graph

Examples

Run this code
# NOT RUN {
default_graph_title()
# }

Run the code above in your browser using DataLab