get_subregions {canadacovid} | R Documentation |
Returns a list of sub-regions in the COVID-19 tracker. By default, returns all 805 sub-regions.
get_subregions(subregion_code = NULL)
subregion_code |
One or more sub-regions to be returned. |
A data frame with a row per sub-region.
get_subregions()
get_subregions("AB001")
get_subregions(c("SK003", "SK005"))