Skip to contents

Dataset imitating the output of prep_emissions_scorecard() function. Allows the user to create plots without PACTA_analysis-like input data.

Usage

toy_data_emissions_scorecard

Format

An object of class tbl_df (inherits from tbl, data.frame) with 4 rows and 3 columns.

Examples

toy_data_emissions_scorecard
#> # A tibble: 4 × 3
#>   asset_class entity    emissions
#>   <chr>       <chr>         <dbl>
#> 1 bonds       portfolio     70000
#> 2 bonds       benchmark     80000
#> 3 equity      portfolio     60000
#> 4 equity      benchmark     70000