get_schema_graphviz_dot {rapiclient}R Documentation

Get schema graphviz dot (experimental in this version)

Description

Create a graphviz presentation of schema structure (experimental)

Usage

get_schema_graphviz_dot(
  api,
  schema,
  schema_name = NULL,
  rankdir = "LR",
  gv_attrs = ""
)

Arguments

api

Api object

schema

A schema definition from api (a list object)

schema_name

A name of root schema


[Package rapiclient version 0.1.8 Index]