randrescastaneda / joyn

joyn provides a set of tools to analyze the quality of merging (i.e., joining) data frames. It is a JOY to join with joyn
https://randrescastaneda.github.io/joyn/
Other
7 stars 2 forks source link

Anti join #59

Closed zander-prinsloo closed 4 months ago

zander-prinsloo commented 5 months ago
  1. Add anti join to the joyn() function
  2. Add dplyr-like anti_join()

Note, the update_values and update_NAs capabilities are removed because it does not make sense with an anti join.

All checks are passed. image