View source: R/CreateCohorts.R
Create the exposure and outcome cohorts
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | createCohorts(
connectionDetails,
connection = NULL,
cdmDatabaseSchema,
oracleTempSchema = NULL,
cohortDatabaseSchema,
cohortTable = "cohort",
cohortIdsToExcludeFromExecution = c(1100, 1101, 1102, 1103, 1104, 1105, 1106, 2001,
2005, 2006),
cohortGroups = ScyllaCharacterization::getUserSelectableCohortGroups(),
minCellCount = 0,
incremental = TRUE,
outputFolder,
incrementalFolder = file.path(outputFolder, "RecordKeeping")
)
|
This function will create the target, subgroup, and outcome cohorts using inputs from this study package and using functions from ScyllaCharacterization
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.