Anti-join two data frames (base R)
anti_join_base.RdBase-R replacement for dplyr::anti_join(x, y, by). Builds
a pasted composite key from by (treating NA as the literal string
"NA", matching dplyr's NA-as-equal join semantics) and keeps rows
of x whose key isn't present in y.