get_regions {canadacovid} | R Documentation |
Returns a list of health regions in the COVID-19 tracker.
By default (hr_uid
and province
NULL
), returns all 92 regions.
get_regions(hr_uid = NULL, province = NULL)
hr_uid |
One or more health region UIDs (e.g. 3553) to return. |
province |
One or more provinces to return. |
A data frame with a row per health region.
get_regions()
get_regions(hr_uid = c("2414", 591))
get_regions(province = c("ns", "SK"))