Description Usage Arguments Details Value
Creates the target population and outcome summary characteristics
1 2 3 4 5 6 7 8 9 | getTable1(
connectionDetails,
cdmDatabaseSchema,
cohortDatabaseSchema,
cohortTable,
targetId,
outcomeId,
tempCohortTable = "#temp_cohort"
)
|
connectionDetails |
The connections details for connecting to the CDM |
cdmDatabaseSchema |
The schema holding the CDM data |
cohortDatabaseSchema |
The schema holding the cohort table |
cohortTable |
The name of the cohort table |
targetId |
The cohort definition id of the target population |
outcomeId |
The cohort definition id of the outcome |
tempCohortTable |
The name of the temporary table used to hold the cohort |
This will create the patient characteristic table
A dataframe with the characteristics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.