View source: R/shared_class_functions.r
subschemas | R Documentation |
Generic function, returning subschemas for x
.
subschemas(x, ...)
x |
an R object, intended to be some sort of schema that contains other
schemas, such as a |
... |
further arguments passed on to methods. |
A schema-type object, or a list of schema-type objects if the
subschema isn't vectorised. For example, if x
is a
database_schema
, the result is the contained
relation_schema
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.