View source: R/tsqca_config_chart.R
| get_condition_status | R Documentation |
Checks whether a condition is present, absent (negated), or don't care in a given term.
get_condition_status(term, condition)
term |
Character. Single term (e.g., "X1*X2", "~X3"). |
condition |
Character. Condition name (e.g., "X1"). |
Uses word boundary matching to avoid false positives when condition names are substrings of each other (e.g., X1 vs X10).
Character. One of "present", "absent", or "dontcare".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.