| ArmConditionAny-class | R Documentation |
ArmConditionAnyArmConditionAny combines multiple ArmCondition objects using OR
logic. An arm opens if ANY condition in the list is satisfied.
ArmConditionAny(...)
.DefaultArmConditionAny()
... |
( |
condition_list(list)
a list of ArmCondition objects to be
combined with OR logic.
Typically, end users will not use the .DefaultArmConditionAny()
function.
ArmCondition, ArmConditionAll, ArmConditionList.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.