Closed moodymudskipper closed 5 years ago
It's a feature of fuzzyjoin::stringdist_join but in fact it can happen that we want a regular join ignoring case as well, I think it should still return the 2 columns by default, and we can use conflict = ~.x for instance.
fuzzyjoin::stringdist_join
conflict = ~.x
https://stackoverflow.com/questions/32772539/in-r-merging-rows-where-a-column-has-same-value-but-different-case
Redirect to : https://github.com/moodymudskipper/safejoin/issues/33
It's a feature of
fuzzyjoin::stringdist_join
but in fact it can happen that we want a regular join ignoring case as well, I think it should still return the 2 columns by default, and we can useconflict = ~.x
for instance.