analysis/1_define_study_variables.R

# 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 <- 
bips-hb/rgp documentation built on Feb. 3, 2021, 11:31 a.m.