View source: R/company_hierarchy.R
get_siblings_df | R Documentation |
Add a logical variable to the companies in a hierarchy when one of it's attributes match one of a set of values
get_siblings_df(graph, company_ids)
graph |
A graph |
company_ids |
The name of the newly created logical company attribute |
A data-frame containing all sibling companies
graph <- get_siblings_df(graph)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.