View source: R/observation_period_drug_exposures.R
observation_period_drug_exposures | R Documentation |
observation_period_drug_exposures
prepares drug exposures during
baseline and treatment periods
observation_period_drug_exposures(df_drug_obsperiod, drugs, ...)
df_drug_obsperiod |
A tibble with columns, c('person_id','start_date','first_drug_exposure', 'final_end_date') |
drugs |
A tibble with columns, c('person_id','rxcui_ingr','rxcui_ingr_name', 'drug_exposure_start_date') |
This function prepares drug exposures during baseline and treatment periods. Updated: 2021-03-27
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.