View source: R/company_hierarchy.R
recode_holding_codes | R Documentation |
Determine holding SBI replacement
recode_holding_codes(graph, name_activity_code, vec_holding_codes)
graph |
A graph with the company hierarchy |
name_activity_code |
The name of the value attribute that contains the economic activity code |
vec_holding_codes |
A vector of codes that represent holdings |
A graph where all the nodes contain aggregated value
graph <- recode_holding_codes(graph, name_activity_code = "code_sbi", vec_holding_codes = c("64", "642", "6420"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.