createAntiSubset {dataCompareR} | R Documentation |
Create a dataframe of the rows that don't match
createAntiSubset(index_antisubset, original_keys, index_key, df)
index_antisubset |
Vector of mismatching indices |
original_keys |
A character array |
index_key |
A character array |
df |
A data frame |
A dataframe containing the dropped rows