R/findOrphansByTable.R
findOrphansByTable.Rd
Internal function to identify orphan records in a given RDBESDataObject table
findOrphansByTable(tableToCheck, objectToCheck, foreignKeyIds, verbose = FALSE)
The two letter code for the table to check
An RDBESDataObject
A vetor of the foreign key field names to check
(Optional) If set to TRUE more detailed text will be printed out by the function. Default is TRUE.
A data frame with the primary keys of the table checked, the two letter table identifier, and their orphan status.