View source: R/delete_portfolio.R
delete_rows_from_portfolio | R Documentation |
Delete rows from portfolio
delete_rows_from_portfolio( df_portfolio, df_closing_price, etf_info, rows_selected )
df_portfolio |
data.frame with stocks |
df_closing_price |
data.frame with Date and closing price in DKK for each stock |
etf_info |
list with ETF info (NULL for stocks) |
rows_selected |
index vector corresponding to rows to delete |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.