get_provinces {canadacovid} | R Documentation |
Get provinces and territories
get_provinces(geo_only = TRUE)
geo_only |
Logical, indicating if only provinces/territories should be returned. If FALSE, also returned non-geographic entities like Repatriated Canadians and the Federal Allocation for vaccinations. |
A data frame with a row per province/territory.
get_provinces()
get_provinces(geo_only = FALSE)