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

Fatal error : R session aborted after a left_join #688

Closed
Sade154 opened this issue Oct 12, 2014 · 0 comments
Closed

Fatal error : R session aborted after a left_join #688

Sade154 opened this issue Oct 12, 2014 · 0 comments
Assignees
Labels
bug an unexpected problem or unintended behavior
Milestone

Comments

@Sade154
Copy link

Sade154 commented Oct 12, 2014

library(dplyr)

x <- data.frame(Greek = c("Alpha", "Beta", NA))
y <- data.frame(Greek = c("Alpha", "Beta", "Gamma"),
                      Letters = c("C", "B", "C"), stringsAsFactors = F)

left_join(x, y, by = "Greek")

#--> R aborted
# R Version 3.1.1 & RStudio Version 0.98.1062
# dplyr 0.3.0.2
@romainfrancois romainfrancois added the bug an unexpected problem or unintended behavior label Oct 13, 2014
@romainfrancois romainfrancois self-assigned this Oct 13, 2014
@romainfrancois romainfrancois added this to the 0.3.1 milestone Oct 13, 2014
@lock lock bot locked as resolved and limited conversation to collaborators Jun 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants