Find the split point between Supply and Consumption
find_supply_consumption_split.RdGiven a country's IEA extended energy balance data frame, find the row numbers that represent the transition between the Supply and Consumption sides of the ledger.
Usage
find_supply_consumption_split(
.ctry_tbl,
flow = IEATools::iea_cols$flow,
losses = IEATools::tfc_compare_flows$losses,
iron_and_steel = IEATools::manufacturing_flows$iron_and_steel,
mining_and_quarrying = IEATools::industry_flows$mining_and_quarrying,
tfc = IEATools::aggregation_flows$total_final_consumption,
industry = IEATools::tfc_flows$industry
)Arguments
- .ctry_tbl
a country's IEA data frame
- flow
See
IEATools::iea_cols.- losses
- iron_and_steel
See
IEATools::manufactuiring_flows.- mining_and_quarrying
- tfc
- industry
See
IEATools::tfc_flows.