remove_negation: Remove logical negation

View source: R/mutator-unary.R

remove_negationR Documentation

Remove logical negation

Description

Removes the ! unary operator from an expression. For example, !is.na(x) becomes is.na(x) and !(a > b) becomes (a > b).

Usage

remove_negation()

Value

A Mutator object.

Examples

remove_negation()

muttest documentation built on July 21, 2026, 5:09 p.m.