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

.SDcols should understand "!" as well. #1066

Closed
arunsrinivasan opened this issue Mar 5, 2015 · 0 comments
Closed

.SDcols should understand "!" as well. #1066

arunsrinivasan opened this issue Mar 5, 2015 · 0 comments
Assignees
Milestone

Comments

@arunsrinivasan
Copy link
Member

require(data.table)
DT = data.table(x=1, y=2, z=3, a=4, b=5, c=6)

DT[, .SD, .SDcols = !c("a", "c")]
# Error in !c("a", "b") : invalid argument type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant