create_economic_activity_graph: Making a graph of a economic activity hierarchy data-frame.

View source: R/economic_activity_hierachy.R

create_economic_activity_graphR Documentation

Making a graph of a economic activity hierarchy data-frame.

Description

Making a graph of a economic activity hierarchy data-frame.

Usage

create_economic_activity_graph(tbl_hierarchy, col_id = "code",
  col_id_parent = "code_parent")

Arguments

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

Value

Graph representation of the economic activity hierarchy

Examples

create_economic_activity_graph(tbl_hierarchy = tbl_SBI_count, col_id = "code_SBI", col_id_parent = "code_SBI_parent")

mark-me/graydon.package documentation built on Nov. 14, 2023, 5:31 p.m.