View source: R/mutator-unary.R
| remove_negation | R Documentation |
Removes the ! unary operator from an expression.
For example, !is.na(x) becomes is.na(x) and !(a > b) becomes (a > b).
remove_negation()
A Mutator object.
remove_negation()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.