cdm_has_fk: Does a reference from one table of a dm to another exist?
Description
Does a reference from one table of a dm to another exist?
Usage
cdm_has_fk(dm, table, ref_table)
Arguments
ref_table
The table which table is potentially referencing.
Value
A boolean value: TRUE, if a reference from table to ref_table exists, FALSE otherwise.