subrelations: Database subrelations

View source: R/shared_class_functions.r

subrelationsR 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 database object.

...

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.


autodb documentation built on April 4, 2025, 5:12 a.m.