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

data.table and dplyr joins #32

Closed randrescastaneda closed 9 months ago

randrescastaneda commented 9 months ago

This PR incorporates the dplyr and merge.data join functions.

All the tests pass, but there are still a few things to do image

Things to check

  1. Convert to collapse syntax anything that you find to be in data.table syntax
  2. Make sure that the logic of clear_joynenv() in checks.R file makes sense
  3. If possible, recycle some of the code in the dplyr functions. I noticed that some of them have repeated code. Just create a function(s) that contain that code and then add it to all the dplyr functions (Not urgent).