-
Notifications
You must be signed in to change notification settings - Fork 991
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[j ,c("COL1", "NEW_COL"):=list(COL2, newValue)] returns error if j does not match #2829
Comments
Works for me. Please follow the Support Guide (e.g. point 3) and the issue template. "Does not work" is a well known unhelpful statement, referred to in the links in those guides. |
I can reproduce the error with latest data.table just pulled from master:
I presume the operation should have been a noop, given that |
Still works for me. What's the difference?
|
The difference is that you did |
The below script illustrates the issue
The text was updated successfully, but these errors were encountered: