Skip to contents

Current Census Metropolitan Areas

Usage

census_metropolitan_area(ask = interactive(), force = FALSE)

Source

bcdata::bcdc_get_data(record = 'a6fb34b7-0937-4718-8f1f-43dba2c0f407', resource = 'f129a965-363e-4d7e-8319-a4010e002fdb')

Arguments

ask

Should the function ask the user before downloading the data to a cache? Defaults to the value of interactive().

force

Should you force download the data?

Value

The spatial layer of census_metropolitan_area as an sf object.

Examples

if (FALSE) {
my_layer <- census_metropolitan_area()
}