stateMatch {ABM} | R Documentation |
Check if two states match
state |
a list holding a state to check |
rule |
a list holding the state to match against |
The state matches the rule if and only if each domain (names of the list) in rule has the same value as in state. The domains in domains of the state not listed in rule are not matched
a logical value