Skip to content

Commit

Permalink
Update code to run (#193)
Browse files Browse the repository at this point in the history
* Update codeToRun.R (#192)

* Update pkgdown.yml
  • Loading branch information
burrowse authored May 17, 2024
1 parent 08eca47 commit 243bdd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ articles:
provider: provider.html
visit_detail: visit_detail.html
visit_occurrence: visit_occurrence.html
last_built: 2024-02-23T16:59Z
last_built: 2024-05-16T21:34Z

2 changes: 1 addition & 1 deletion extras/codeToRun.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ ETLSyntheaBuilder::LoadVocabFromCsv(connectionDetails,cdmDatabaseSchema,vocabFil
# Create intermediate vocabulary mapping and visit rollup tables
ETLSyntheaBuilder::CreateMapAndRollupTables(connectionDetails, cdmDatabaseSchema,syntheaSchema,cdmVersion,syntheaVersion)
## Optional Step to create extra indices
ETLSyntheaBuilder::CreateExtraIndices(connectionDetails = cd, cdmSchema = cdmSchema, syntheaSchema = syntheaSchema, syntheaVersion = syntheaVersion)
ETLSyntheaBuilder::CreateExtraIndices(connectionDetails,cdmDatabaseSchema,syntheaSchema,syntheaVersion)
# Populate event tables
ETLSyntheaBuilder::LoadEventTables(connectionDetails,cdmDatabaseSchema,syntheaSchema,cdmVersion,syntheaVersion)

0 comments on commit 243bdd1

Please sign in to comment.