Description Usage Arguments Details Value
View source: R/getOhdsiResults.R
Get cohort inclusion rule stats
1 2 3 4 5 6 7 8 | getInclusionRuleTreemapDataFromDb(
connection,
cohortTable = "cohort",
dbms = dbms,
resultsDatabaseSchema,
cohortDefinitionId,
modeId = 1
)
|
connection |
A connection to dbms as described in DatabaseConnector::connect |
cohortTable |
(optional) The table name where your phenotype is instantiated as a standard cohort table. Default value = 'cohort' |
cohortDefinitionId |
An integer identifying a cohort in the studies Atlas instance. |
modeId |
(Optional) An integer of 1 (by persons), 0 (by events). Default value = 1. |
resultDatabaseSchema |
The databaseSchema with results. See databaseSchema argument. |
Get cohort inclusion rule stats
A tibble with two columns: table containing names of ohdsi results tables, category - categorizing the table by function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.