Description Usage Arguments Details
Creates references (foreign keys) based on reference table names in column info table.
1 | dm_create_references(col_table)
|
col_table |
A data frame with table columns |
The function is used when creating data model object.
col_table
must have at least
table
,
column
and
ref
elements.
When referencing to tables with compound primary keys
additional ref_col
with primary key columns must be provided.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.