View source: R/economic_activity_hierachy.R
graph_remove_empty_non_connecting | R Documentation |
cleans up all nace codes from the hierarchy that contain a NA value and are non-connective
graph_remove_empty_non_connecting(graph_tree, name_attribute)
graph_tree |
The graph containing the hierarchical tree |
name_attribute |
name of the attribute you want to evaluate to be non-zero |
A graph containing only the codes with other values than NA and are non-connecting
graph_remove_empty_non_connecting(graph_SBI, name_attribute = "qty_companies")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.