Whether to negate the expression and search only for rows that don't contain the
given values.
.chain
Logical. Should a new frame be automatically chained to the expression if the
clause being set already exists?
.expr
If the input is a data.table and .expr is TRUE, an instance of
EagerExprBuilder will be returned. Useful if you want to add clauses to j, e.g. with
mutate-table.express.
Details
The key-value pairs in '...' are processed as follows:
The names are used as on in the data.table frame. If any name is empty, on is left
missing.
The values are packed in a list and used as i in the data.table frame.
To see more examples, check the
vignette, or the
table.express-package entry.