# \donttest{
library(DrugUtilisation)
library(dplyr)
cdm <- mockDrugUtilisation()
cdm <- generateIngredientCohortSet(
cdm = cdm,
ingredient = "acetaminophen",
name = "acetaminophen"
)
cdm$acetaminophen |>
glimpse()
# }
Run the code above in your browser using DataLab