Skip to content

Commit

Permalink
Trying to get Shiny app to work
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin_mschuemi authored and Admin_mschuemi committed Sep 13, 2024
1 parent b11a54c commit e00bd2a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion extras/MultiAnalysesVignetteDataFetch.R
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ launchResultsViewerUsingSqlite(sqliteFileName = file.path(folder, "export", "res

# Upload results to SQLite using RMM -------------------------------------------
library(CohortMethod)
folder <- "d:/temp/cohortMethodVignette2"
folder <- "e:/temp/cohortMethodVignette2"
databaseFile <- file.path(folder, "export", "CohortMethodResults.sqlite")
# print(unlink(databaseFile))
connectionDetails <- DatabaseConnector::createConnectionDetails(
Expand Down Expand Up @@ -350,7 +350,10 @@ cohorts <- tibble(
"GI Bleed",
sprintf("Negative control %d", negativeControlIds)
),
subsetParent = NA,
isSubset = 0,
subsetDefinitionId = NA,
isCohort = 0,
description = "",
json = "{}",
sqlCommand = ""
Expand Down

0 comments on commit e00bd2a

Please sign in to comment.