Description Usage Arguments Value Examples
View source: R/data_processing.R
Prepares results data per asset type for distribution chart plot
1 2 3 4 5 6 7 | prepare_for_metareport_distribution_chart(
data_asset_type,
sectors_filter,
technologies_filter,
year_filter,
value_to_plot = "plan_carsten"
)
|
data_asset_type |
Dataframe in the shape of "Equity/Bonds_results_portfolio.rda" dataset from PACTA analysis output in "30_Results" folder (dataframe). |
sectors_filter |
Sector to be used for filtering (character string or a vector of character strings). |
technologies_filter |
Technologies to be used for filtering (character string or a vector of character strings). |
year_filter |
Year to be used for filtering (integer). |
value_to_plot |
Variable to be used as value for plotting (character string). |
Dataframe with columns investor_name, portfolio_name, value.
1 | # TODO
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.