View source: R/CohortCharacterization.R
getCohortCharacteristics | R Documentation |
Computes features using all drugs, conditions, procedures, etc. observed on or prior to the cohort index date.
getCohortCharacteristics(
connectionDetails = NULL,
connection = NULL,
cdmDatabaseSchema,
oracleTempSchema = NULL,
cohortDatabaseSchema = cdmDatabaseSchema,
cohortTable = "cohort",
cohortId,
covariateSettings = FeatureExtraction::createDefaultCovariateSettings()
)
connectionDetails |
An object of type |
connection |
An object of type |
cdmDatabaseSchema |
Schema name where your patient-level data in OMOP CDM format resides. Note that for SQL Server, this should include both the database and schema name, for example 'cdm_data.dbo'. |
oracleTempSchema |
Should be used in Oracle to specify a schema where the user has write privileges for storing temporary tables. |
cohortDatabaseSchema |
Schema name where your cohort table resides. Note that for SQL Server, this should include both the database and schema name, for example 'scratch.dbo'. |
cohortTable |
Name of the cohort table. |
cohortId |
The cohort definition ID used to reference the cohort in the cohort table. |
covariateSettings |
Either an object of type |
A data frame with cohort characteristics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.