Find the point where Energy industry own use ends
find_eiou_end.Rd
Given a country's IEA extended energy balance data frame, find the row numbers that represent the transition between the Energy industry own use and Losses (a TFC compare flow).
Usage
find_eiou_end(
.ctry_tbl,
flow = IEATools::iea_cols$flow,
non_specified = IEATools::non_specified_flows$non_specified,
losses = IEATools::tfc_compare_flows$losses
)