View source: R/filter-nm-data.R
invert_operator | R Documentation |
R
operators in filter expressionsFunction to invert R
operators in filter expressions
invert_operator(expr)
expr |
A |
the inverted expression
translate_nm_operator()
, translate_nm_expr()
## Not run:
invert_operator(c('A==2', 'B >= 4'))
#> [1] "A!=2" "B <= 4"
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.