Skip to contents

Current Census Subdivision Boundaries

Usage

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

Source

bcdata::bcdc_get_data(record = '4c5618c6-38dd-4a62-a3de-9408b4974bb6', resource = '98bd1222-57bb-4504-92c2-4a5857ae7671')

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_subdivision as an sf object.

Examples

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