append_nav_to_bt_results.Rd
Append NAV to backtest results dataframe
append_nav_to_bt_results(bt_results_df)
Results dataframe from rsims backtest
New results data frame with a row for portfolio NAV each day
if (FALSE) {
results <- cash_backtest(prices, weights)
results <- append_nav_to_bt_results(results)
}