diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 4cb1989..1ade534 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -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 diff --git a/extras/codeToRun.R b/extras/codeToRun.R index 3a9ceb1..25a52f9 100644 --- a/extras/codeToRun.R +++ b/extras/codeToRun.R @@ -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)