gv.relation_schema | R Documentation |
Produces text input for Graphviz to make an HTML diagram of a given relation schema.
## S3 method for class 'relation_schema'
gv(x, name = NA_character_, ...)
x |
a relation schema, as given by |
name |
a character scalar, giving the name of the schema, if any. |
... |
further arguments passed to or from other methods. |
Each relation in the schema is presented as a set of rows, one for each attribute in the relation. These rows do not include information about the attribute classes.
A scalar character, containing text input for Graphviz.
The generic gv
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.