drake (version 7.3.0)

render_static_drake_graph: Deprecated: render a ggraph/ggplot2 representation of your drake project.

Description

Use render_drake_ggraph() instead.

Usage

render_static_drake_graph(graph_info, main = graph_info$default_title)

Arguments

graph_info

List of data frames generated by drake_graph_info(). There should be 3 data frames: nodes, edges, and legend_nodes.

main

Character string, title of the graph.

Value

A ggplot2 object, which you can modify with more layers, show with plot(), or save as a file with ggsave().

Details

Deprecated on 2018-07-25.

Examples

Run this code
# NOT RUN {
# See render_drake_ggraph()
# }

Run the code above in your browser using DataCamp Workspace