route_non_specified_flows: Routes non specified flows

View source: R/specify_tp_eiou.R

route_non_specified_flowsR Documentation

Routes non specified flows

Description

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.

Usage

route_non_specified_flows(
  .tidy_iea_df,
  route_non_specified_eiou = TRUE,
  route_non_specified_tp = TRUE
)

Arguments

.tidy_iea_df

The .tidy_iea_df which flows need to be specified.

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.

Details

See route_non_specified_eiou and route_non_specified_tp functions documentations for additional details.

Value

A modified version of the .tidy_iea_df with non specified flows routed to existing industries.

Examples

library(dplyr)
load_tidy_iea_df() %>% 
  route_non_specified_flows()

MatthewHeun/IEATools documentation built on Feb. 6, 2024, 3:29 p.m.