getCohortInclusionRulesAndCountsFromDb: Get cohort inclusion rule stats

Description Usage Arguments Details Value

View source: R/getOhdsiResults.R

Description

Get cohort inclusion rule stats

Usage

1
2
3
4
5
6
7
8
getCohortInclusionRulesAndCountsFromDb(
  connection,
  dbms,
  cohortTable = "cohort",
  resultsDatabaseSchema,
  cohortDefinitionId,
  modeId = 1
)

Arguments

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.

Details

Get cohort inclusion rule stats

Value

A tibble with two columns: table containing names of ohdsi results tables, category - categorizing the table by function


gowthamrao/StudyManagement documentation built on March 9, 2020, 10:48 p.m.