Skip to contents

British Columbia Municipalities

Usage

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

Source

bcdata::bcdc_get_data(record = 'e3c3c580-996a-4668-8bc5-6aa7c7dc4932', resource = '25c95b07-5882-47ff-970d-36cb243b8355')

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

Examples

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