powered by
Check if rows from tab1 exist in tab2.
checkDup(tab1, tab2)
The table to check
The table to compare.
A vector of booleans of length nrow(tab1) representing whether each row of tab1 already exists in tab2 or in proceeding rows of tab1.
nrow(tab1)