moodymudskipper / safejoin

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

fuzzy_keep #27

Closed moodymudskipper closed 5 years ago

moodymudskipper commented 5 years ago

keeping both columns is sometimes annoying with fuzzy join, we could have an argument : fuzzy_keep = c("both", "left", "right")

moodymudskipper commented 5 years ago

Then come back there once X and Y are sorted out : https://stackoverflow.com/questions/55261022/fuzzy-merge-on-multiple-variables-all-but-one-with-no-mispellings#55261022

moodymudskipper commented 5 years ago

conflict should handle this.