An example output data of prep_fossil_bars()
Source: R/toy_data_fossil_bars.R
toy_data_fossil_bars.Rd
Dataset imitating the output of prep_fossil_bars()
function. Allows the
user to create plots without PACTA_analysis-like input data.
Examples
toy_data_fossil_bars
#> # A tibble: 18 × 7
#> entity entity_name entity_type year tech perc_aum asset_class
#> <chr> <chr> <chr> <dbl> <chr> <dbl> <chr>
#> 1 portfolio portfolio this_portf… 2022 coal 0.001 equity
#> 2 portfolio portfolio this_portf… 2022 oil 0.002 equity
#> 3 portfolio portfolio this_portf… 2022 gas 0.001 equity
#> 4 peers peers benchmark 2022 coal 0.002 equity
#> 5 peers peers benchmark 2022 oil 0.003 equity
#> 6 peers peers benchmark 2022 gas 0.001 equity
#> 7 index MSCI_world benchmark 2022 coal 0.005 equity
#> 8 index MSCI_world benchmark 2022 oil 0.002 equity
#> 9 index MSCI_world benchmark 2022 gas 0.003 equity
#> 10 portfolio portfolio this_portf… 2022 coal 0.003 bonds
#> 11 portfolio portfolio this_portf… 2022 oil 0.005 bonds
#> 12 portfolio portfolio this_portf… 2022 gas 0.001 bonds
#> 13 peers peers benchmark 2022 coal 0.004 bonds
#> 14 peers peers benchmark 2022 oil 0.001 bonds
#> 15 peers peers benchmark 2022 gas 0.001 bonds
#> 16 index iShares_Global_Corp_B… benchmark 2022 coal 0.003 bonds
#> 17 index iShares_Global_Corp_B… benchmark 2022 oil 0.002 bonds
#> 18 index iShares_Global_Corp_B… benchmark 2022 gas 0.002 bonds