View source: R/company_hierarchy.R
find_company_hierarchy | R Documentation |
This function searches the graph of a company's complete hierarchy from a graph containing a multitude of company hierarchies.
find_company_hierarchy(graph_all_companies, id_company)
graph_all_companies |
A graph containing all company/company relations data. |
id_company |
The id of the company of which you want to retrieve the whole hierarchy |
A graph with the company hierarchy of the specifief company
graph_company_hierarchy <- find_company_hierarchy(graph_company_hierarchies, "931238099")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.