Learn R Programming

PatientProfiles (version 1.3.1)

filterCohortId: Filter a cohort according to cohort_definition_id column, the result is not computed into a table. only a query is added. Used usually as internal functions of other packages.

Description

Filter a cohort according to cohort_definition_id column, the result is not computed into a table. only a query is added. Used usually as internal functions of other packages.

Usage

filterCohortId(cohort, cohortId = NULL)

Value

A `cohort_table` object.

Arguments

cohort

A `cohort_table` object.

cohortId

A vector with cohort ids.