cb_intersect_domain: Get effective filter value after domain intersection

cb_intersect_domainR Documentation

Get effective filter value after domain intersection

Description

Returns the filter's value intersected with its domain. When value is 'NA' and domain is set, returns the domain as the effective value.

Usage

cb_intersect_domain(filter, ...)

Arguments

filter

S7 filter object.

...

Additional arguments passed to methods.

Details

Custom filter types should implement an S7 method for this generic. The default method returns the raw value with no domain logic.

Value

The effective value for filtering.


cohortBuilder documentation built on July 3, 2026, 9:07 a.m.