-
Notifications
You must be signed in to change notification settings - Fork 992
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
DT[, list(by_var), by = by_var) #876
Comments
DT[, list(sum(y)*x), by=x] without having to do But there's a bug that needs to be fixed #497 which is a consequence of this feature. |
Thanks. I did no know that. I actually wanted to do |
!Oops.. misunderstood! Can you explain why you wanted to do that? It'd duplicate |
Right - I was wrong for two reasons. the syntax is good as it is. |
I'm not sure whether it is a bug or not ; I expected the following commands to return a data.table with the same number of rows than DT
The text was updated successfully, but these errors were encountered: