data from the covid-19 data working group (https://github.com/ishaberry/Covid19Canada)

get_canada_covid_working_group_data(use_csv = TRUE)

Arguments

use_csv

use convenience csv download instead of cases

Value

dataframe with columns `province`, `health_region`, `Date`, `type`, `count` `type` is "Cases", "Deaths", "Recovered". All are new daily cases and Recovered is cumulative recovered cases.