get_provinces {canadacovid}R Documentation

Get provinces and territories

Description

Get provinces and territories

Usage

get_provinces(geo_only = TRUE)

Arguments

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.

Value

A data frame with a row per province/territory.

Examples


get_provinces()
get_provinces(geo_only = FALSE)

[Package canadacovid version 0.3.4 Index]