getPlCohortDefinitionSet | R Documentation |
Get a cohort definition set
getPlCohortDefinitionSet(cohortIds)
cohortIds |
IDs of cohorts to extraction from the library. |
A tibble with the cohort ID, name, sql, and JSON for the provided cohort IDs. Can be used by the
CohortGenerator
package.
cohorts <- getPhenotypeLog()
subsetIds <- cohorts$cohortId[1:3]
getPlCohortDefinitionSet(subsetIds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.