View source: R/compare_with_benchmark_portfolio.R
compare_with_benchmark_portfolio | R Documentation |
Compare with benchmark portfolio
compare_with_benchmark_portfolio( df_holdings, benchmark_info, var, df_performance )
df_holdings |
data.frame with holdings for your portfolio |
benchmark_info |
benchmark information obtained from load_benchmark_info |
var |
variable name (string) used to compare your portfolio with benchmark |
df_performance |
data.frame with performance statistics |
Summarised data.frame with marked value proportion grouped by 'var'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.