mi_covid | R Documentation |
A dataset containing cases and death counts for each date since the pandemic started in michigan, as well as moving averages for both cases and deaths
mi_covid
A data frame with 741 rows and 5 variables:
Identifying date, as dttm
Number of confirmed COVID cases in Michigan for that Date
Number of confirmed COVID deaths in Michigan for that Date
7-day moving average of Cases
7-day moving average of Deaths
plot(mi_covid$Date, mi_covid$Cases) mean_deaths_per_day <- mean(mi_covid$Deaths)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.