Skip to content

Commit

Permalink
Update sccs-results.R
Browse files Browse the repository at this point in the history
  • Loading branch information
jreps committed Aug 8, 2023
1 parent f2cfad0 commit 3a84970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/sccs-results.R
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ getSccsResults <- function(connectionHandler,
sccs_table_prefix = resultDatabaseSettings$sccsTablePrefix,
cg_table_prefix = resultDatabaseSettings$cgTablePrefix,
#database_ids = paste(quoteLiterals(databaseIds), collapse = ','),
analysis_ids = analysisIds,
analysis_ids = paste(analysisIds, collapse = ','),
outcome_ids = paste(outcomeIds, collapse = ','),
exposure_ids = paste(exposureIds, collapse = ','),
snakeCaseToCamelCase = TRUE
Expand Down

0 comments on commit 3a84970

Please sign in to comment.