File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ if (!exists("ref_time_values_")) {
99 start_date <- as.Date(" 2023-10-04" )
1010 end_date <- as.Date(" 2024-04-24" )
1111 date_step <- 7L
12- # ref_time_values_ <- as .Date(c("2023-11-08", "2023-11-22") )
12+ ref_time_values_ <- seq .Date(start_date , end_date , by = date_step )
1313}
1414time_value_adjust <- 3 # this moves the week marker from Saturday to Wednesday
1515
@@ -409,7 +409,7 @@ rlang::list2(
409409 colnames <- c(" google_symptoms_4_bronchitis" , " google_symptoms_5_ageusia" , " google_symptoms" )
410410 for (colname in colnames ) {
411411 learned_params <- calculate_whitening_params(pre_pipeline , colname = colname )
412- google_symptoms_archive $ DT %<> % data_whitening(colname = colname , learned_params )
412+ google_symptoms_archive $ DT %<> % data_whitening(colname = colname , learned_params , join_cols = " geo_value " )
413413 }
414414 google_symptoms_archive $ DT %> %
415415 select(- starts_with(" source" )) %> %
You can’t perform that action at this time.
0 commit comments