Conversation
Codecov Report
@@ Coverage Diff @@
## master #4408 +/- ##
=========================================
Coverage ? 99.44%
=========================================
Files ? 73
Lines ? 14469
Branches ? 0
=========================================
Hits ? 14388
Misses ? 81
Partials ? 0
Continue to review full report at Codecov.
|
|
not sure how I changed coverage 🤔 |
|
I fancied checking earlier open issues, and came across #2145, which is currently partly covered already in colNum = 2 # to refer vars in `j` from the outside of data use `..` prefix
DT[, ..colNum] # same, equivalent to DT[, .SD, .SDcols=colNum]It is also covered in the introduction vignette under the header Select columns named in a variable using the Lastly, this PR adds the |
Closes #4407
Closes #4385
Closes #2145 ( #4862 already closed the FAQ element and this PR refines FAQ 1.5 further )