Find the point where Transformation processes end
find_transformation_end.Rd
Given a country's IEA extended energy balance data frame, find the row numbers that represent the transition between the Transformation processes and Energy industry own use.
Usage
find_transformation_end(
.ctry_tbl,
flow = IEATools::iea_cols$flow,
non_specified = IEATools::non_specified_flows$non_specified,
eiou = IEATools::tfc_compare_flows$energy_industry_own_use,
coal_mines = IEATools::industry_flows$coal_mines
)