Processed data for Demographics line charts that shows counts and trends of weekly COVID-19 deaths by age group.

age_death_line

Format

An object of class tbl_df (inherits from tbl, data.frame) with 680 rows and 5 columns.

Details

Data Dictionary entry

Examples

head(age_death_line)
#> # A tibble: 6 × 5
#>   end_date   agegrp       weekly_total date_text tooltip              
#>   <date>     <chr>               <int> <chr>     <glue>               
#> 1 2020-03-23 60 to 69                2 March 23  "March 23\nDeaths: 2"
#> 2 2020-03-23 70 to 79                7 March 23  "March 23\nDeaths: 7"
#> 3 2020-03-23 80 and older            9 March 23  "March 23\nDeaths: 9"
#> 4 2020-03-23 30 to 39                1 March 23  "March 23\nDeaths: 1"
#> 5 2020-03-23 50 to 59                4 March 23  "March 23\nDeaths: 4"
#> 6 2020-03-23 40 to 49                0 March 23  "March 23\nDeaths: 0"