| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report
@@ Coverage Diff @@
## master #3991 +/- ##
==========================================
+ Coverage 99.41% 99.41% +<.01%
==========================================
Files 72 72
Lines 13904 13909 +5
==========================================
+ Hits 13823 13828 +5
Misses 81 81
Continue to review full report at Codecov.
|
Sorry, something went wrong.
| # data.table::fcase 1.49 1.55 1.67 1.71 1.73 1.86 5 | ||
| ``` | ||
|
|
||
| 7. `.SDcols=is.numeric` now works; i.e., `SDcols=` accepts a function which is used to select the columns of `.SD`, [#3950](https://github.com/Rdatatable/data.table/issues/3950). Any function (even _ad hoc_) that returns scalar `TRUE`/`FALSE` for each column will do; e.g., `.SDcols=!is.character` will return _non_-character columns (_a la_ `Negate()`). Note that `patterns=` can still be used for filtering based on the column names. |
There was a problem hiding this comment.
patterns= looks a bit misleading to me, looks like an argument of [, e.g. dt[i, lapply(.SD, mean), patterns="^x"].
Sorry, something went wrong.
There was a problem hiding this comment.
Good spot. I filed to #4642 to fix that.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Closes #3950