moodymudskipper / safejoin

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

ignore_case #30

Closed moodymudskipper closed 5 years ago

moodymudskipper commented 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.

moodymudskipper commented 5 years ago

https://stackoverflow.com/questions/32772539/in-r-merging-rows-where-a-column-has-same-value-but-different-case

moodymudskipper commented 5 years ago

Redirect to : https://github.com/moodymudskipper/safejoin/issues/33