This function calculates targets of CO2 emissions per unit production at the portfolio-level, otherwise referred to as "emissions factors". It uses the sectoral-decarbonization approach (SDA) to calculate these targets.
target_sda(
data,
abcd,
co2_intensity_scenario,
use_credit_limit = FALSE,
by_company = FALSE,
region_isos = r2dii.data::region_isos
)
A tibble including the summarized columns emission_factor_metric
and
emission_factor_value
. If by_company = TRUE
, the output will also have
the column name_abcd
.
A dataframe like the output of
r2dii.match::prioritize()
.
An asset-level data frame like r2dii.data::abcd_demo.
A scenario data frame like r2dii.data::co2_intensity_scenario_demo.
Logical vector of length 1. FALSE
defaults to using
the column loan_size_outstanding
. Set to TRUE
to instead use the column
loan_size_credit_limit
.
Logical vector of length 1. FALSE
defaults to outputting
weighted_production_value
at the portfolio-level. Set to TRUE
to output
weighted_production_value
at the company-level.
A data frame like r2dii.data::region_isos (default).
This function ignores existing groups and outputs ungrouped data.
Other analysis functions:
target_market_share()