Description Usage Arguments Value
View source: R/resolve_individual_filter_statement.R
Receives a dependency (s) and splits it into a list of its constituent components. Each component is then checked: 1. Does it check against a value (i.e. does it contain a =?) a) is it a does not equal (!=) rather than an equal (=)? b) does the field exist in the glossary? c) does the value need to be translated using the vocabulary?
1 | resolve_individual_filter_statement(s, c, g, dm)
|
s |
The dependency (character string). |
c |
The column to which this dependency belongs. |
g |
The glossary in which we can check that fields exist. |
dm |
The dependency map (contains vocabulary in the form that we need). |
The resolved dependency.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.