missingFK | R Documentation |
Find registers with missing Foreign Key in the related table
missingFK(x, y, fk, pk, searchCandidates = FALSE, ...)
x |
a |
y |
a |
fk |
columns containing the Foreign Key (column names or indexes) for |
pk |
columns containing the Primary Key (column names or indexes) for |
searchCandidates |
if |
... |
parameters passed to The order of |
a data.frame
with the registers in x
with a missing Foreign Key. If searchCandidates
is TRUE
, the result have an attribute candidates with suggested FKs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.