View source: R/converter-married-to.R
married_to | R Documentation |
The spouse of a person
married_to(...)
... |
one or more existing discoveryengine definition(s), and/or individual entity id(s) |
household
## 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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.