View source: R/shared_class_functions.r
subrelations | R Documentation |
Generic function, returning subrelations for x
.
subrelations(x, ...)
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. |
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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.