
Aggregate alternative-path subtests with OR semantics
Source:R/utils-diagnostic-tests-v04.R
aggregate_alternatives.RdEach "path" is a named list of subtests that combine with AND (intersect their layers). Paths combine with OR: the diagnostic passes if any path passes; passing layers are the union across passing paths; missing attributes are unioned across all paths that did not pass and reported NA. Used by diagnostics where WRB specifies several alternative qualifying conditions.