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
9 stars 4 forks source link

Improving dplyr joins #49

Closed RossanaTat closed 7 months ago

RossanaTat commented 8 months ago

This PR contains 4 new helper functions for dplyr-join functions: _(1) argumentscheck() and _(2) set_colnames() use existing pieces of code and aim at reducing repetitions, while _(3) newunmatched keys() and (4) _process_byvector() have been developed from scratch, to make the option unmatched = "error" work as it should. It also contains the necessary adjustments to the *_join functions and corresponding tests.

RossanaTat commented 8 months ago

Screenshot 2024-03-04 104948