Skip to content

Commit

Permalink
add commentary to updated Open Claims code
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin_FBu2 authored and Admin_FBu2 committed Nov 14, 2023
1 parent f629e99 commit 0e1e39e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extra/CodeToRunAllDrugs-OpenClaims.R
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ prepareStagedExecution(originalOutputFolder = outputFolder,
indicationId = "drug",
stages = 10)

## try this out (only run the first 1/10 of target-comparator pairs):
## try this out (only run the first 1/10th of target-comparator pairs):
newOutputFolder1 = file.path(paste0(outputFolder, "-1"))

execute(connectionDetails = connectionDetails,
Expand All @@ -138,7 +138,7 @@ execute(connectionDetails = connectionDetails,
tablePrefix = tablePrefix,
createExposureCohorts = FALSE,
createOutcomeCohorts = FALSE,
createPairedExposureSummary = FALSE,
createPairedExposureSummary = FALSE, # not re-create exposure summary file
fetchAllDataFromServer = TRUE,
generateAllCohortMethodDataObjects = TRUE,
runCohortMethod = TRUE,
Expand Down

0 comments on commit 0e1e39e

Please sign in to comment.