%p% | R Documentation |
Binary check if LHS is parent of LHS
possible_parent %p% possible_child
possible_parent |
< |
possible_child |
... < |
<logical>
TRUE
if LHS is parent of RHS
# Detect direct parent
pheno_set$run6 %p% pheno_set$run7
# Detect non-parentage (does not try to "flip" parentage)
pheno_set$run6 %p% pheno_set$run5
# Does not detect grand-parentage
pheno_set$run6 %p% pheno_set$run13
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.