# supply begin_yr and end_yr
begin_yr <-
end_yr <-
used_yrs <- (begin_yr:end_yr)
baseline_yr <-
used_yrs_w_baseline <- (baseline_yr:end_yr) # for diseases (ADE)
# directory to save the Rds of the cohorts
DATA_DIR <-
# define log directory path
log_path <-
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.