Skip to content

Commit

Permalink
Update Model_Structure.R
Browse files Browse the repository at this point in the history
Referencing Excel file to use file with UK RWE unredacted
  • Loading branch information
DawnLeeHE authored and DKBurns committed Jul 30, 2024
1 parent 8e2bb67 commit a141dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2_Scripts/Model_Structure.R
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ User_types <- c("Submitting company", "NICE", "EAG", "Committee", "NHSE", "Clini
# The first part of this code pulls all of the named ranges from the excel workbook, expand the parameters table

#Option to define Excel path on local machine - comment in this and comment out the code below to select file
excel_path <- "./1_Data/ID6184_RCC_model inputs FAD version [ACIC redacted, cPAS redacted and CIC redacted].xlsm"
excel_path <- "./1_Data/ID6186_RCC_model inputs FAD version [ACIC cPAS redacted and CIC redacted].xlsm"
#i <- f_excel_extract(excel_path, verbose = TRUE)

if (file.exists(excel_path)) {
Expand Down

0 comments on commit a141dd0

Please sign in to comment.