moodymudskipper / safejoin

Wrappers around dplyr functions to join safely using various checks
GNU General Public License v3.0
42 stars 7 forks source link

copy fuzzy_join function inside our package #29

Closed moodymudskipper closed 3 years ago

moodymudskipper commented 5 years ago

We're using only function fuzzy_join from package fuzzyjoin and it's not dependent on other fuzzyjoin functions.

This way we can :

Make sure to credit David Robinson properly.

moodymudskipper commented 5 years ago
moodymudskipper commented 5 years ago

common_by and %||% had to be copied as well.

moodymudskipper commented 3 years ago

I refactored fuzzyjoin and borrowed just the needed part in powerjoin