Skip to contents

Current Census Division Boundaries

Usage

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

Source

bcdata::bcdc_get_data(record = 'ef17918a-597a-4012-8534-f8e71d8735b3', resource = '36b530c2-1de6-44a2-a6f6-c1fce36c53ed')

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

Examples

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