Internal function to remove orphan records from an RDBESDataObject

killOrphans(objectToCheck, orphansToRemove)

Arguments

objectToCheck

an RDBESDataObject

orphansToRemove

The output from the findOrphansByTable function (A data frame with the primary keys of the table checked, the two letter table identifier, and their orphan status.)

Value

RDBESDataObject with orphan records removed