Skip to contents

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

Usage

toy_data_green_brown_bars

Format

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

Examples

toy_data_green_brown_bars
#> # A tibble: 18 × 6
#>    asset_class  year tech_type sector       perc_tech_exposure perc_sec_exposure
#>    <chr>       <dbl> <chr>     <chr>                     <dbl>             <dbl>
#>  1 bonds        2022 brown     automotive              0.0920            0.230  
#>  2 bonds        2022 green     automotive              0.138             0.230  
#>  3 equity       2022 brown     automotive              0.140             0.233  
#>  4 equity       2022 green     automotive              0.0933            0.233  
#>  5 bonds        2022 brown     power                   0.276             0.690  
#>  6 bonds        2022 green     power                   0.138             0.690  
#>  7 bonds        2022 nuclear   power                   0.276             0.690  
#>  8 equity       2022 brown     power                   0.292             0.583  
#>  9 equity       2022 green     power                   0.175             0.583  
#> 10 equity       2022 nuclear   power                   0.117             0.583  
#> 11 bonds        2022 brown     fossil_fuels            0.0115            0.0115 
#> 12 equity       2022 brown     fossil_fuels            0.00233           0.00233
#> 13 bonds        2022 other     steel                   0.0230            0.0230 
#> 14 equity       2022 other     steel                   0.0583            0.0583 
#> 15 bonds        2022 other     cement                  0.0230            0.0230 
#> 16 equity       2022 other     cement                  0.00583           0.00583
#> 17 bonds        2022 other     aviation                0.0230            0.0230 
#> 18 equity       2022 other     aviation                0.117             0.117