locateMismatches {dataCompareR} | R Documentation |
Checks whether elements in two input data frames are equal.
locateMismatches(DFA, DFB, keys = NULL, maxMismatches = NA)
DFA |
input data frame |
DFB |
input data frame |
keys |
character vector of index variables |
maxMismatches |
Integer. The max number of mismatches to assess, after which dataCompareR will stop (without producing a dataCompareR object). Designed to improve performance for large datasets. |
data frame containing keys and boolean logic of match/no match for each element If data types are not equal returns FALSE. Treats NA and NaN as unequal.