graph_display_options: Graph display options

Description Usage Arguments

Description

Graph display options used in get_graph_from_yaml or get_graph_from_dm

Usage

1
2
3
graph_display_options(rankdir = "RL", view_type = "all",
  outside_ref = FALSE, show_types = FALSE, show_descriptions = FALSE,
  max_cols = 30)

Arguments

rankdir

A graphviz rankdir option ("BT", "RL", "TB", "LR")

view_type

Can be "all" (by default), "keys_only" or "title_only". It defines the level of details for the table rendering (all columns, only primary and foreign keys or no columns)

outside_ref

Include tables only referenced but not specified in diagram definition

show_types

Show type description of a column

show_descriptions

Show descriptions

max_cols

Max columns displayed (when view_type == "all")


bergant/rmdoc documentation built on May 12, 2019, 3:06 p.m.