get_foreign_keys.RelDataModel {ReDaMoR} | R Documentation |
Get foreign keys in RelDataModel
Description
Get foreign keys in RelDataModel
Usage
## S3 method for class 'RelDataModel'
get_foreign_keys(x)
Arguments
x |
Value
A tibble with the following fields:
from: the origin of the key
ff: the key fields in from
to: the target of the key
tf: the key fields in to
fmin: minimum cardinality of from
fmax: maximum cardinality of from
tmin: minimum cardinality of to
tmax: maximum cardinality of to
[Package ReDaMoR version 0.7.6 Index]