drop_colr | R Documentation |
drop_colr
present since hutils 1.0.0
.
drop_grep
is identical but only present since hutils 1.2.0
.
drop_colr(DT, pattern, ..., checkDT = TRUE)
DT |
A |
pattern |
A regular expression as in |
... |
Arguments passed to |
checkDT |
If |
library(data.table) dt <- data.table(x1 = 1, x2 = 2, y = 3) drop_grep(dt, "x")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.