View source: R/specify_tp_eiou.R
route_non_specified_flows | R Documentation |
This function is a wrapper of the functions
route_non_specified_eiou
and route_non_specified_tp
.
It is called within the specify_all()
function.
route_non_specified_flows(
.tidy_iea_df,
route_non_specified_eiou = TRUE,
route_non_specified_tp = TRUE
)
.tidy_iea_df |
The |
route_non_specified_eiou |
A boolean that indicates whether non specified EIOU flows should be routed to existing industries or kept as non specified. |
route_non_specified_tp |
A boolean that indicates whether non specified transformation processes flows should be routed to existing industries or kept as non specified. |
See route_non_specified_eiou
and route_non_specified_tp
functions documentations for additional details.
A modified version of the .tidy_iea_df
with non specified flows routed to existing industries.
library(dplyr)
load_tidy_iea_df() %>%
route_non_specified_flows()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.