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_")) {
9
9
start_date <- as.Date(" 2023-10-04" )
10
10
end_date <- as.Date(" 2024-04-24" )
11
11
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 )
13
13
}
14
14
time_value_adjust <- 3 # this moves the week marker from Saturday to Wednesday
15
15
@@ -409,7 +409,7 @@ rlang::list2(
409
409
colnames <- c(" google_symptoms_4_bronchitis" , " google_symptoms_5_ageusia" , " google_symptoms" )
410
410
for (colname in colnames ) {
411
411
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 " )
413
413
}
414
414
google_symptoms_archive $ DT %> %
415
415
select(- starts_with(" source" )) %> %
You can’t perform that action at this time.
0 commit comments