| cb_intersect_domain_values | R Documentation |
Combines two already-computed domain values (not value-vs-domain) into their intersection, dispatching on filter type. Used by '"filter"'-mode domain propagation when the same logical filter appears in more than one upstream step and its effective domains must be combined. Unlike [cb_intersect_domain()], this never emits trimming messages.
cb_intersect_domain_values(filter, ...)
filter |
S7 filter object (used for type dispatch only). |
... |
Additional arguments. Methods receive two domain values 'a' and 'b' to intersect (either may be 'NULL'). |
The intersected domain value, or 'NULL'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.