-
Notifications
You must be signed in to change notification settings - Fork 993
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
non equi join for character columns #2308
Comments
@franknarf1 Perhaps the error message could state that |
Thanks @arunsrinivasan , that makes sense. Feel free to change the title ( |
I would like to be able to use |
Are you aware of portability issues related to OS encoding? I would suggest to decode char to factor and non equi join integers. You will get what you need in a portable and reliable way. |
Thanks @jangorecki. I'm comparing strings of the format I can imagine strings can be quite challenging to maintain portability. Do you know how base R does this when comparing strings? |
Would be very interested to see "!=" join for character. Any progress on this? Or suggestion for workarounds meanwhile? |
I noticed this error message:
I couldn't find any open issue filed for adding this feature (since #1452 is done already). Is it not planned?
I ran into it looking at an SO question:
(I figured this would work for
letter != ''
so long as""
is the minimum character.)Anyway, not a big deal for me, but figured I'd ask.
The text was updated successfully, but these errors were encountered: