Skip to contents

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

Usage

toy_data_scatter

Format

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

Examples

toy_data_scatter
#> # A tibble: 14 × 6
#>    asset_class  year tech_mix_green score entity_name   entity_type   
#>    <chr>       <dbl>          <dbl> <chr> <chr>         <chr>         
#>  1 equity       2027          0.490 C     peers_average peers_mean    
#>  2 equity       2027          0.3   E     portfolio     this_portfolio
#>  3 equity       2027          0.5   A+    peer1         peers         
#>  4 equity       2027          0.3   A     peer2         peers         
#>  5 equity       2027          0.1   D     peer3         peers         
#>  6 equity       2027          0.7   A+    peer4         peers         
#>  7 equity       2027          0.6   B     msci_world    benchmark     
#>  8 bonds        2027          0.490 C     peers_average peers_mean    
#>  9 bonds        2027          0.3   E     portfolio     this_portfolio
#> 10 bonds        2027          0.5   A     peer1         peers         
#> 11 bonds        2027          0.3   B     peer2         peers         
#> 12 bonds        2027          0.1   C     peer3         peers         
#> 13 bonds        2027          0.7   A+    peer4         peers         
#> 14 bonds        2027          0.6   B     msci_world    benchmark