dm object with tables from the pmird databaseR/pm_dm_add_keys.R
pm_dm_add_keys.Rdpm_dm_add_keys is a helper function that takes a dm object
with tables from the pmird database, adds the primary and foreign keys,
and checks whether these are valid, using dm_examine_constraints.
pm_dm_add_keys(x, dm_pmird, progress = NA)
| x | A |
|---|---|
| dm_pmird | A |
| progress | A logical value. See |
x with added primary and foreign keys.