View source: R/parse_results.R
query_to_expr_bare | R Documentation |
Convert query definition to expression
query_to_expr_bare(query, operators, conditions, keep_na)
query |
Query definition (see queryRule and queryGroup). |
operators |
List storing queryOperators. |
conditions |
List storing queryConditions. |
keep_na |
Should each rule 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.