Skip to content

Commit

Permalink
Update data_processing_sec.R
Browse files Browse the repository at this point in the history
  • Loading branch information
emprestige committed Sep 27, 2024
1 parent ce5e944 commit be54a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis/secondary_analyses/data_processing_sec.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if (length(args) == 0) {
study_end_date <- study_dates[[args[[3]]]]
cohort <- args[[1]]
codelist_type <- args[[4]]
investigation_type_data <- args[[5]]
investigation_type <- args[[5]]
}
covid_season_min <- as.Date("2019-09-01")
covid_current_vacc_min = as.Date("2020-09-01", "%Y-%m-%d")
Expand Down

0 comments on commit be54a58

Please sign in to comment.