| outer_negation_linter {lintr} | R Documentation |
any(!x) is logically equivalent to !any(x); ditto for the equivalence of
all(!x) and !any(x). Negating after aggregation only requires inverting
one logical value, and is typically more readable.
outer_negation_linter()
best_practices, efficiency, readability
linters for a complete list of linters available in lintr.