data.table query - alias for data.table's `[`
method
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | dtq(
x,
i,
j,
by,
keyby,
with = TRUE,
nomatch = getOption("datatable.nomatch", NA),
mult = "all",
roll = FALSE,
rollends = if (roll == "nearest") c(TRUE, TRUE) else if (roll >= 0) c(FALSE, TRUE)
else c(TRUE, FALSE),
which = FALSE,
.SDcols,
verbose = getOption("datatable.verbose"),
allow.cartesian = getOption("datatable.allow.cartesian"),
drop = NULL,
on = NULL
)
|
see data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.