graph_remove_empty_non_connecting: cleans up all nace codes from the hierarchy that contain a NA...

View source: R/economic_activity_hierachy.R

graph_remove_empty_non_connectingR Documentation

cleans up all nace codes from the hierarchy that contain a NA value and are non-connective

Description

cleans up all nace codes from the hierarchy that contain a NA value and are non-connective

Usage

graph_remove_empty_non_connecting(graph_tree, name_attribute)

Arguments

graph_tree

The graph containing the hierarchical tree

name_attribute

name of the attribute you want to evaluate to be non-zero

Value

A graph containing only the codes with other values than NA and are non-connecting

Examples

graph_remove_empty_non_connecting(graph_SBI, name_attribute = "qty_companies")

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