Is there a way to ignore case sensitvity when doing joins using dplyr? left, inner, and full?
I see it works with select but this often a huge pain for me. I know I can convert the columns toupper or tolower before hand, but this would be a helpful work around.