darwin-eu-dev / DrugUtilisation

https://darwin-eu-dev.github.io/DrugUtilisation/
Apache License 2.0
4 stars 1 forks source link

correctDrugExposureDose #453

Closed catalamarti closed 2 months ago

catalamarti commented 5 months ago
cdm$drug_exposure |>
  correctDrugExposureDose(
    conceptSet = list(),
    doseRange = c(1, Inf),
    correction = "drop"
   )
catalamarti commented 3 months ago

is this the scope of DrugUtilisation package?