Skip to contents

Current Census Dissemination Blocks

Usage

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

Source

bcdata::bcdc_get_data(record = '76909e49-8ba8-44b1-b69e-dba1fe9ecfba', resource = '2416c524-ed5e-442c-b235-2c805b920219')

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

Examples

if (FALSE) { # \dontrun{
my_layer <- census_dissemination_block()
} # }