We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Uncovered in work on #3116
DT = data.table(a = 1:5) DT[ , .SD, .SDcols = NA] # Null data.table (0 rows and 0 cols) DT[ , .SD, .SDcols = NA_character_]
Error in [.data.table(DT, , .SD, .SDcols = NA_character_) : Some items of .SDcols are not column names (or are NA)
[.data.table
I guess should error in both cases...
The text was updated successfully, but these errors were encountered:
Now also close #3118 -- more consistent erroring of .SDcols
ca585c1
fix typo
No branches or pull requests
Uncovered in work on #3116
I guess should error in both cases...
The text was updated successfully, but these errors were encountered: