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

group_by reorders data.table #623

Closed
matthieugomez opened this issue Sep 24, 2014 · 1 comment
Closed

group_by reorders data.table #623

matthieugomez opened this issue Sep 24, 2014 · 1 comment
Assignees
Labels
bug an unexpected problem or unintended behavior
Milestone

Comments

@matthieugomez
Copy link

group_by reorders data.tables

library(dplyr)
library(data.table)
DF <- data.frame(
  v1 = sample(5, N, TRUE)
)
DF %>% group_by(v1)
setDT(DF) 
DF %>% group_by(v1)
@hadley hadley added the bug an unexpected problem or unintended behavior label Sep 30, 2014
@hadley hadley added this to the 0.3.1 milestone Sep 30, 2014
@hadley hadley self-assigned this Sep 30, 2014
@hadley hadley closed this as completed in 517a43b Nov 19, 2014
@matthieugomez
Copy link
Author

Thanks

@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