Description Usage Arguments Value
View source: R/tidy_logical_expression.R
Tidy and reformat a dependency between fields so that it can be used in a filter statement. Steps are: 1. remove repeated ands/ors (these might occur if a dependency was removed earlier) 2. remove leading/training/internal space 3. remove ands/ors at the beginning/end of the string 4. replace and/or with &/| 5. replace = with == 6. (but change !== back to !=)
1 |
t |
The dependency (character string). |
The tidied dependency.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.