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

[Feature] Would be nice to have a simple diagnosis after a join #2202

Closed
pachevalier opened this issue Oct 26, 2016 · 2 comments
Closed

[Feature] Would be nice to have a simple diagnosis after a join #2202

pachevalier opened this issue Oct 26, 2016 · 2 comments

Comments

@pachevalier
Copy link
Contributor

Imagine you perform a left_join :

table_a %>% left_join(table_b, by = "id")

Everytime I do this, I just run some checking afterwards for counting the number of rows which have not been joined.

It would be nice to have a simple diagnosis tool giving the number of rows successfully joined and the number of rows which have not been joined.

@randomgambit
Copy link

cannot agree more #2183

@krlmlr
Copy link
Member

krlmlr commented Nov 7, 2016

#2183 seems to be a more complete description, can we discuss there?

@lock lock bot locked as resolved and limited conversation to collaborators Jun 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants