get_schema_structure {rapiclient}R Documentation

Get schema structure (experimental in this version)

Description

(experimental) Produces nodes and edges where nodes are a list of schemas, represented as data frames with schema properties and edges are relations between nested schemas

Usage

get_schema_structure(api, x, name = NULL)

Arguments

api

Api object

x

A schema definition from api (a list object)

name

A name of root schema


[Package rapiclient version 0.1.8 Index]