powered by
Returns a list of health regions in the COVID-19 tracker. By default (hr_uid and province NULL), returns all 92 regions.
hr_uid
province
NULL
get_regions(hr_uid = NULL, province = NULL)
A data frame with a row per health region.
One or more health region UIDs (e.g. 3553) to return.
One or more provinces to return.
get_regions() get_regions(hr_uid = c("2414", 591)) get_regions(province = c("ns", "SK"))
Run the code above in your browser using DataLab