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

Upload_values_fix #48

Closed randrescastaneda closed 6 months ago

randrescastaneda commented 6 months ago

This PR contains the following:

  1. Fix bug in update_values() and updates_NAs() where they were not updating multiple variables.
  2. Add different syntax if the input tables are data.table or other.
  3. Update some tests (These two functions are still under-tested) @RossanaTat, could you please add some tests, especially for edge cases? Thanks.

image