View source: R/transform_helpers.R
calc_global_exports | R Documentation |
The function calculates global exports by product.
calc_global_exports(
.tidy_iea_df,
flow = IEATools::iea_cols$flow,
method = IEATools::iea_cols$method,
energy_type = IEATools::iea_cols$energy_type,
last_stage = IEATools::iea_cols$last_stage,
year = IEATools::iea_cols$year,
ledger_side = IEATools::iea_cols$ledger_side,
flow_aggregation_point = IEATools::iea_cols$flow_aggregation_point,
product = IEATools::iea_cols$product,
e_dot = IEATools::iea_cols$e_dot,
exports = IEATools::interface_industries$exports,
Global_Exports_By_Product = "Global_Exports_By_Product"
)
.tidy_iea_df |
The |
flow, method, energy_type, last_stage, year, ledger_side, flow_aggregation_point, product, e_dot |
See |
exports |
The name of exports flows in the |
Global_Exports_By_Product |
The name of the column containing global exports by product. |
A data frame reporting global exports by product.
tidy_AB_data %>%
calc_global_exports() %>%
print()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.