get_foreign_keys: Get a foreign key table from an object

View source: R/generics.R

get_foreign_keysR Documentation

Get a foreign key table from an object

Description

Get a foreign key table from an object

Usage

get_foreign_keys(x)

Arguments

x

a RelTableModel or a RelDataModel

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


ReDaMoR documentation built on April 4, 2025, 2:39 a.m.