View source: R/economic_activity_hierachy.R
create_economic_activity_graph | R Documentation |
Making a graph of a economic activity hierarchy data-frame.
create_economic_activity_graph(tbl_hierarchy, col_id = "code",
col_id_parent = "code_parent")
tbl_hierarchy |
The data frame containing all codes and references to their parents. |
col_id |
The name of the column that is the economic activity code |
col_id_parent |
The name of the column that is the parent's code of the economic activity code |
Graph representation of the economic activity hierarchy
create_economic_activity_graph(tbl_hierarchy = tbl_SBI_count, col_id = "code_SBI", col_id_parent = "code_SBI_parent")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.