Reject() is the opposite of Filter.
Reject applies the negation of the unary predicate function f to each
element of x, coercing to logical if necessary, and returns the subset
of x for which this gives true. Note that possible NA values are currently
always taken as false; control over NA handling may be added in the future.