@@ -487,8 +487,10 @@ pub_covid_hosp_facility <- function(
487
487
" int"
488
488
),
489
489
create_epidata_field_info(" total_personnel_covid_vaccinated_doses_one_7_day" , " int" ),
490
- create_epidata_field_info(" total_personnel_covid_vaccinated_doses_one_7_day_sum" ,
491
- " int" )
490
+ create_epidata_field_info(
491
+ " total_personnel_covid_vaccinated_doses_one_7_day_sum" ,
492
+ " int"
493
+ )
492
494
)
493
495
) %> % fetch(fetch_args = fetch_args )
494
496
}
@@ -572,12 +574,18 @@ pub_covid_hosp_state_timeseries <- function(
572
574
create_epidata_field_info(" critical_staffing_shortage_today_yes" , " bool" ),
573
575
create_epidata_field_info(" critical_staffing_shortage_today_no" , " bool" ),
574
576
create_epidata_field_info(" critical_staffing_shortage_today_not_reported" , " bool" ),
575
- create_epidata_field_info(" critical_staffing_shortage_anticipated_within_week_yes" ,
576
- " bool" ),
577
- create_epidata_field_info(" critical_staffing_shortage_anticipated_within_week_no" ,
578
- " bool" ),
579
- create_epidata_field_info(" critical_staffing_shortage_anticipated_within_week_not_reported" ,
580
- " bool" ),
577
+ create_epidata_field_info(
578
+ " critical_staffing_shortage_anticipated_within_week_yes" ,
579
+ " bool"
580
+ ),
581
+ create_epidata_field_info(
582
+ " critical_staffing_shortage_anticipated_within_week_no" ,
583
+ " bool"
584
+ ),
585
+ create_epidata_field_info(
586
+ " critical_staffing_shortage_anticipated_within_week_not_reported" ,
587
+ " bool"
588
+ ),
581
589
create_epidata_field_info(" hospital_onset_covid" , " int" ),
582
590
create_epidata_field_info(" hospital_onset_covid_coverage" , " int" ),
583
591
create_epidata_field_info(" inpatient_beds" , " int" ),
@@ -814,8 +822,8 @@ pub_covid_hosp_state_timeseries <- function(
814
822
create_epidata_field_info(" total_patients_hospitalized_confirmed_influenza" , " int" ),
815
823
create_epidata_field_info(
816
824
" total_patients_hospitalized_confirmed_influenza_coverage" ,
817
- " int"
818
- )
825
+ " int"
826
+ )
819
827
)
820
828
) %> % fetch(fetch_args = fetch_args )
821
829
}
0 commit comments