darwin-eu-dev / DrugUtilisation

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

addExposedTime() #483

Closed catalamarti closed 3 months ago

catalamarti commented 3 months ago
addExposedTime <- function(cohort,
                           conceptSet,
                           indexDate = "cohort_start_date",
                           censorDate = "cohort_end_date",
                           restrictIncident = TRUE,
                           gapEra = 1,
                           nameStyle = "exposed_time_{concept_name}",
                           name = NULL)