child_of | R Documentation |
This uses just "Son" and "Daughter" for the definition of child, and just
"Mother" and "Father" for the definition of parent. For a more custom use of
relationship codes, use related_to
.
child_of(...)
parent_of(...)
... |
A discoveryengine definition of type |
related_to
## finding the children of wealthy parents
is_wealthy = has_capacity(1:9) %or% has_implied_capacity(more, most)
child_of(is_wealthy)
## or the parents of wealthy children
parent_of(is_wealthy)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.