Skip to content

Commit

Permalink
Use existing RE data parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm committed Sep 27, 2024
1 parent ab7be77 commit 78d4720
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/create_interactive_report.R
Original file line number Diff line number Diff line change
Expand Up @@ -559,11 +559,10 @@ create_interactive_report <-
params = list(
portfolio_results_flag = portfolio_results_flag,
real_estate_flag = real_estate_flag,
re_files_df = re_files_df,
survey_flag = survey_flag,
survey_data = survey_data,
re_config_data = re_config_data,
re_data_input = re_data_input,
re_data_input = re_files_df,
portfolio_parameters = portfolio_parameters,
language = language_select
)
Expand Down

0 comments on commit 78d4720

Please sign in to comment.