Performs fixes to IEA data
do_fix.Rd
This is an internal convenience function that performs fixes on IEA data
given a replacement data frame.
It makes use of the replace_join()
function internally.
Arguments
- .tidy_iea_df
The tidy IEA data frame to be fixed.
- replacement
A data frame containing the data that fixes the IEA data.
- country
The name of the country column in
.tidy_iea_df
andreplacement
.- year
The name of the year column in
.tidy_iea_df
andreplacement
.- e_dot
The name of the energy flow rate column in
.tidy_iea_df
andreplacement
.