Skip to content

Commit

Permalink
removing stop external concept count table
Browse files Browse the repository at this point in the history
  • Loading branch information
cebarboza committed Jun 6, 2024
1 parent 2b27ed8 commit 6b0d044
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions R/ConceptSets.R
Original file line number Diff line number Diff line change
Expand Up @@ -501,9 +501,6 @@ runConceptSetDiagnostics <- function(connection,
}
if (nrow(subsetIncluded) > 0) {
start <- Sys.time()
if (useExternalConceptCountsTable) {
stop("Use of external concept count table is not supported")
} else {
sql <- SqlRender::loadRenderTranslateSql(
"CohortSourceCodes.sql",
packageName = utils::packageName(),
Expand Down Expand Up @@ -618,7 +615,6 @@ runConceptSetDiagnostics <- function(connection,
signif(delta, 3),
attr(delta, "units")
))
}
}
}
)
Expand Down

0 comments on commit 6b0d044

Please sign in to comment.