R/data_step.R
delete_if.Rd
Creates a DELETE rule to remove rows from the data.table when condition is TRUE.
delete_if(condition)
Logical condition evaluated on the data.table.
A rule object for data_step().