View source: R/filter-nm-data.R
translate_nm_operator | R Documentation |
NONMEM
operators to R
operatorsFunction to translate NONMEM
operators to R
operators
translate_nm_operator(expr)
expr |
String. A |
A dplyr::filter()
expression
.EQN.
and .NEN.
are available after NONMEM 7.3
invert_operator()
, translate_nm_expr()
## Not run:
translate_nm_operator(c("AGE.NE.30", "ID.EQ.2", "WT/=70"))
#> [1] "AGE!=30" "ID==2" "WT!=70"
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.