Learn R Programming

drake (version 5.2.1)

render_graph: Deprecated function render_graph

Description

Use render_drake_graph() instead.

Usage

render_graph(graph_dataframes, file = character(0),
  layout = "layout_with_sugiyama", direction = "LR", hover = TRUE,
  main = graph_dataframes$default_title, selfcontained = FALSE,
  navigationButtons = TRUE, ncol_legend = 1, ...)

Arguments

graph_dataframes
file
layout
direction
hover
main
selfcontained
navigationButtons

Same as for render_drake_graph(). # nolint

ncol_legend
...

Value

Same as for render_drake_graph().

Details

Deprecated on 2017-10.

See Also

render_drake_graph()

Examples

Run this code
# NOT RUN {
# See ?render_drake_graph for examples.
# }

Run the code above in your browser using DataLab