This function was deprecated because it is not required as a user-facing function for PACTA for Banks. It is still used internally though. All relevant outputs of the PACTA for Banks analysis can be obtained using the target_market_share() and target_sda() functions.
join_abcd_scenario() is a simple wrapper of several calls to
dplyr::join_*(), forming the master dataset to be used in later steps of
the analysis.
join_abcd_scenario(
data,
abcd,
scenario,
region_isos = r2dii.data::region_isos,
add_green_technologies = FALSE
)Returns a fully joined data frame, linking portfolio, abcd and scenario.
A data frame like the output of
r2dii.match::prioritize.
An asset level data frame like r2dii.data::abcd_demo.
A scenario data frame like r2dii.data::scenario_demo_2020.
A data frame like r2dii.data::region_isos (default).
Logical vector of length 1. FALSE defaults to
outputting only technologies that are present in both data and abcd. Set
to FALSE to add rows of all possible green technologies (with 0
production).
Other utility functions:
summarize_weighted_production()