Learn R Programming

DrugUtilisation (version 0.8.3)

cohortGapEra: Get the gapEra used to create a cohort

Description

Get the gapEra used to create a cohort

Usage

cohortGapEra(cohort, cohortId = NULL)

Value

gapEra values for the specific cohortIds

Arguments

cohort

A cohort_table object.

cohortId

Integer vector refering to cohortIds from cohort. If NULL all cohort definition ids in settings will be used.

Examples

Run this code
# \donttest{
library(CDMConnector)
library(DrugUtilisation)
library(dplyr)

cdm <- mockDrugUtilisation()

druglist <- CodelistGenerator::getDrugIngredientCodes(
  cdm, c("acetaminophen", "metformin")
)

cdm <- generateDrugUtilisationCohortSet(
  cdm = cdm,
  name = "drug_cohorts",
  conceptSet = druglist,
  gapEra = 100
)

cohortGapEra(cdm$drug_cohorts)
# }

Run the code above in your browser using DataLab