do_fix | R Documentation |
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.
do_fix(.tidy_iea_df, replacement, country, year, e_dot)
.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 |
year |
The name of the year column in |
e_dot |
The name of the energy flow rate column in |
A modified version of .tidy_iea_df
with replacement
included, if warranted.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.