R/data.R
median_age_bubble.Rd
Processed data for the Demographics bubble chart that shows the number of tests, number of deaths, and median age of the cases per week.
median_age_bubble
An object of class tbl_df
(inherits from tbl
, data.frame
) with 85 rows and 4 columns.
Data Dictionary entry
head(median_age_bubble) #> # A tibble: 6 × 4 #> end_date median_age weekly_tests weekly_deaths #> <ord> <dbl> <int> <int> #> 1 Mar 21 53.1 6201 14 #> 2 Mar 28 54.4 13234 44 #> 3 Apr 04 53.2 16533 154 #> 4 Apr 11 53.6 18049 209 #> 5 Apr 18 52.4 23538 244 #> 6 Apr 25 50.2 27202 291