View source: R/CohortConstruction.R
This function instantiates a set of cohort in the cohort table, using definitions that are fetched from a WebApi interface.
Optionally, the inclusion rule statistics are computed and stored in the inclusionStatisticsFolder
.
1 2 3 4 5 6 7 8 9 10 | instantiateCohortSet(
connectionDetails = NULL,
connection = NULL,
cdmDatabaseSchema,
tempEmulationSchema = NULL,
cohortDatabaseSchema = cdmDatabaseSchema,
cohortTable = "cohort",
cohortIds = NULL,
createCohortTable = FALSE
)
|
cohortIds |
Optionally, provide a subset of cohort IDs to restrict the construction to. |
createCohortTable |
Create the cohort table? been executed. |
generateInclusionStats |
Compute and store inclusion rule statistics? |
inclusionStatisticsFolder |
The folder where the inclusion rule statistics are stored. Can be
left NULL if |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.