View source: R/parse_results.R
rule_to_expr | R Documentation |
Convert rule definition to expression
rule_to_expr(rule, operators, keep_na = FALSE)
rule |
Rule definition (see queryRule). |
operators |
List storing queryOperators. |
keep_na |
Should the expression be extended with rule excluding/including 'NA' values? |
Character value storing expression to be parsed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.