From 243bdd1c354739bdd902c82c4021753a19ecdd40 Mon Sep 17 00:00:00 2001 From: Evanette Burrows Date: Fri, 17 May 2024 08:17:05 -0400 Subject: [PATCH] Update code to run (#193) * Update codeToRun.R (#192) * Update pkgdown.yml --- docs/pkgdown.yml | 2 +- extras/codeToRun.R | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)