dm_has_fk | R Documentation |
These functions are deprecated because of their limited use
since the introduction of foreign keys to arbitrary columns in dm 0.2.1.
Use dm_get_all_fks()
with table manipulation functions instead.
dm_has_fk(dm, table, ref_table, ...)
dm_get_fk(dm, table, ref_table, ...)
dm |
A |
table |
A table in the |
ref_table |
The table which |
... |
These dots are for future extensions and must be empty. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.