Skip to contents

Current Census Dissemination Areas

Usage

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

Source

bcdata::bcdc_get_data(record = 'a091fd65-d682-4a24-8c0e-68de7c87e3a3', resource = 'a7fa66d4-0f95-4c58-861d-42d875e5b79f')

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

Examples

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