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

Collapse mm #61

Closed zander-prinsloo closed 5 months ago

zander-prinsloo commented 6 months ago

Replace merge.data.table() with collapse::join() when match_type = "m:m"

All checks pass (excl. vignettes due to existing failures in DEV).

image

zander-prinsloo commented 5 months ago

@randrescastaneda Repetitive code made into a function. Merged with DEV and conflicts resolved. Please merge if you're happy.

Note seen below was introduced by masking functions, specifically unmask_joyn_fun_ns()

image