Skip to contents

Prepare data input for plotting exposure to fossil fuels in survey section based on PACTA for investors output files. These files must have been wrangled with prep_data_executive_summary() before they can be passed to this function.

Usage

prep_exposures_survey(
  results_portfolio,
  peers_results_aggregated,
  technology = c("coal", "oil", "gas"),
  asset_class = c("equity", "bonds")
)

Arguments

results_portfolio

Data frame that contains pre-wrangled portfolio level PACTA results from a PACTA for investors analysis.

peers_results_aggregated

Data frame that contains pre-wrangled aggregate peer group level PACTA results from a PACTA for investors analysis.

technology

Character. Must be of length 1 and either coal or oil or gas.

asset_class

Character. Must be of length 1 and either equity or bonds.

Value

data.frame