married_to: The spouse of a person

View source: R/converter-married-to.R

married_toR Documentation

The spouse of a person

Description

The spouse of a person

Usage

married_to(...)

Arguments

...

one or more existing discoveryengine definition(s), and/or individual entity id(s)

See Also

household

Examples

## looking for CNR donors who are not degreeholders,
## but this doesn't work, because it returns the spouses
## of CNR degreeholders who receive credit for household gifts
gave_to_area(CNR) %but_not% has_degree_from(NR)

## want to also exclude anyone married to a CNR degreeholder:
cnr_degreeholder = has_degree_from(NR)
gave_to_area(CNR) %but_not%
    (cnr_degreeholder %or% married_to(cnr_degreeholder))


tarakc02/discoveryengine documentation built on Sept. 26, 2023, 12:17 a.m.