Learn R Programming

autodb (version 2.3.1)

dependant: Dependants

Description

Generic function, with the only given method fetching dependants for functional dependencies.

Usage

dependant(x, ...)

dependant(x, ...) <- value

Value

A character vector containing dependants.

Arguments

x

an R object. For the given method, a functional_dependency.

...

further arguments passed on to methods.

value

A character vector of the same length as dependant(x, ...).