Skip to content
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

Join by named vector #223

Closed
wants to merge 2 commits into from

Conversation

mgirlich
Copy link
Collaborator

@mgirlich mgirlich commented Mar 9, 2021

Fixes #222

The question is what to do about the wrong column order:

i) always use step_colorder(): this is trivial
ii) only call step_colorder() when needed: this makes the code a bit more complicated
iii) do not use merge() but always [ to join: this gets rid of the distinction between "simple" and "non-simple" joins and would thus probably simplify the code. This would still sometimes require calling step_colorder(). It would probably make sense to follow along what is done tidytable. So, if you'd like to go for this option maybe @markfairbanks wants to make a PR for this.

@mgirlich mgirlich closed this Jul 1, 2021
@mgirlich mgirlich deleted the join-by-named-vector] branch January 20, 2022 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issues when joining by named vector
1 participant