instantiateCohortSet: Instantiate a set of cohort

Description Usage Arguments

View source: R/CohortConstruction.R

Description

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.

Usage

 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
)

Arguments

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 generateInclusionStats = FALSE.


A1exanderAlexeyuk/LungCancerCharacterization documentation built on Jan. 20, 2022, 2:43 p.m.