View source: R/transform_helpers.R
calc_imports_by_product | R Documentation |
The function calculates total imports by product, for each country, for each year.
calc_imports_by_product(
.tidy_iea_df,
flow = IEATools::iea_cols$flow,
e_dot = IEATools::iea_cols$e_dot,
imports = IEATools::interface_industries$imports
)
.tidy_iea_df |
The |
flow, e_dot |
See |
imports |
The name of the column containing the quantity (in energy terms) of imported products.
Default is |
A data frame returning the value of imported energy by product, for each country and year.
tidy_AB_data %>%
calc_imports_by_product() %>%
print()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.