Skip to content

Commit

Permalink
Change argument name
Browse files Browse the repository at this point in the history
Closes #317
  • Loading branch information
AlexAxthelm committed May 30, 2024
1 parent 187480d commit 90068c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web_tool_script_2.R
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ if (inherits(port_raw_all_eq, "data.frame") && nrow(port_raw_all_eq) > 0) {
if (has_map) {
abcd_raw_eq <- get_abcd_raw(
portfolio_type = "Equity",
data_path = analysis_inputs_path,
analysis_inputs_path = analysis_inputs_path,
start_year = start_year,
time_horizon = time_horizon,
sector_list = sector_list
Expand Down Expand Up @@ -200,7 +200,7 @@ if (inherits(port_raw_all_cb, "data.frame") && nrow(port_raw_all_cb) > 0) {
if (data_check(company_all_cb)) {
abcd_raw_cb <- get_abcd_raw(
portfolio_type = "Bonds",
data_path = analysis_inputs_path,
analysis_inputs_path = analysis_inputs_path,
start_year = start_year,
time_horizon = time_horizon,
sector_list = sector_list
Expand Down

0 comments on commit 90068c2

Please sign in to comment.