
Remove logical negation
remove_negation.RdRemoves the ! unary operator from an expression.
For example, !is.na(x) becomes is.na(x) and !(a > b) becomes (a > b).
Value
A Mutator object.

remove_negation.RdRemoves the ! unary operator from an expression.
For example, !is.na(x) becomes is.na(x) and !(a > b) becomes (a > b).
A Mutator object.