Skip to contents

Current Census Economic Region Boundaries

Usage

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

Source

bcdata::bcdc_get_data(record = '1aebc451-a41c-496f-8b18-6f414cde93b7', resource = '3f0236cf-b1a1-4f1a-8e9e-86c2c3daff96')

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

Examples

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