From 08eca47255cf3596bb0fc205404a811e836bc256 Mon Sep 17 00:00:00 2001 From: Evanette Burrows Date: Fri, 19 Apr 2024 18:56:04 -0400 Subject: [PATCH] Update codeToRun.R (#192) --- extras/codeToRun.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/codeToRun.R b/extras/codeToRun.R index bf7cf33..3a9ceb1 100644 --- a/extras/codeToRun.R +++ b/extras/codeToRun.R @@ -34,8 +34,8 @@ ETLSyntheaBuilder::LoadSyntheaTables(connectionDetails,syntheaSchema,syntheaFile # Populate vocabulary tables ETLSyntheaBuilder::LoadVocabFromCsv(connectionDetails,cdmDatabaseSchema,vocabFileLoc) # Create intermediate vocabulary mapping and visit rollup tables -ETLSyntheaBuilder::CreateMapAndRollupTables(connectionDetails = cd, cdmSchema = cdmSchema, syntheaSchema = syntheaSchema, cdmVersion = cdmVersion, syntheaVersion = syntheaVersion) +ETLSyntheaBuilder::CreateMapAndRollupTables(connectionDetails, cdmDatabaseSchema,syntheaSchema,cdmVersion,syntheaVersion) ## Optional Step to create extra indices -ETLSyntheaBuilder::CreateExtraIndices(connectionDetails = cd, cdmSchema = cdmSchema, syntheaSchema = syntheaSchema, cdmVersion = cdmVersion, syntheaVersion = syntheaVersion) +ETLSyntheaBuilder::CreateExtraIndices(connectionDetails = cd, cdmSchema = cdmSchema, syntheaSchema = syntheaSchema, syntheaVersion = syntheaVersion) # Populate event tables ETLSyntheaBuilder::LoadEventTables(connectionDetails,cdmDatabaseSchema,syntheaSchema,cdmVersion,syntheaVersion)