subrelations {autodb} | R Documentation |
Database subrelations
Description
Generic function, returning subrelations for x
.
Usage
subrelations(x, ...)
Arguments
x |
an R object, intended to be some sort of database-like object that
contains relations, such as a |
... |
further arguments passed on to methods. |
Value
A relation-type object, or a list of relation-type objects if the
subrelation isn't vectorised. For example, if x
is a
database
, the result is the contained relation
.
[Package autodb version 3.0.0 Index]