Skip to content

Commit 1b8f10d

Browse files
committed
remove ILI from bundle for nwo
1 parent b0cd5e8 commit 1b8f10d

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

data/bundle_respiratory/build.R

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ bundle_files <- list( '../epic/standard/weekly.csv.gz',
3131
'../wastewater/standard/data.csv.gz',
3232
'../delphi_doctors_claims/standard/data.csv.gz',
3333
'../delphi_hospital_claims/standard/data.csv.gz',
34-
'../delphi_nhsn/standard/data.csv.gz',
35-
'../delphi_ili_fluview/standard/data.csv.gz'
34+
'../delphi_nhsn/standard/data.csv.gz'
3635
)
3736

3837
start_time <- "2020"
@@ -176,7 +175,7 @@ overall_trends %>%
176175

177176
overall_trends %>%
178177
filter(grepl('flu',variable) & !is.na(value)) %>%
179-
filter(variable %in% c('epic_pct_flu', 'percent_visits_flu', 'rate_flu','wastewater_flua','delphi_nhsn_flu' ,'delphi_hospital_flu_smooth', 'delphi_fluview_wili')) %>%
178+
filter(variable %in% c('epic_pct_flu', 'percent_visits_flu', 'rate_flu','wastewater_flua','delphi_nhsn_flu' ,'delphi_hospital_flu_smooth')) %>%
180179
mutate( source = if_else(variable=='epic_pct_flu', 'Epic Cosmos, ED',
181180
if_else(variable=='percent_visits_flu', 'CDC NSSP',
182181
if_else(variable=='rate_flu', 'CDC RespNET',
-39.3 KB
Binary file not shown.
-129 KB
Binary file not shown.
-44.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)