cohortGapEra {DrugUtilisation} | R Documentation |
Get the gapEra used to create a cohort
Description
Get the gapEra used to create a cohort
Usage
cohortGapEra(cohort, cohortId = NULL)
Arguments
cohort |
A |
cohortId |
Integer vector refering to cohortIds from cohort. If NULL all cohort definition ids in settings will be used. |
Value
gapEra values for the specific cohortIds
Examples
library(DrugUtilisation)
library(CodelistGenerator)
cdm <- mockDrugUtilisation()
druglist <- getDrugIngredientCodes(cdm = cdm,
name = c("acetaminophen", "metformin"))
cdm <- generateDrugUtilisationCohortSet(cdm = cdm,
name = "drug_cohorts",
conceptSet = druglist,
gapEra = 100)
cohortGapEra(cdm$drug_cohorts)
[Package DrugUtilisation version 1.0.4 Index]