subschemas {autodb} | R Documentation |
Schema subschemas
Description
Generic function, returning subschemas for x
.
Usage
subschemas(x, ...)
Arguments
x |
an R object, intended to be some sort of schema that contains other
schemas, such as a |
... |
further arguments passed on to methods. |
Value
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
.
[Package autodb version 2.3.1 Index]