Skip to contents

British Columbia Regional Districts

Usage

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

Source

bcdata::bcdc_get_data(record = 'd1aff64e-dbfe-45a6-af97-582b7f6418b9', resource = '57c7f719-dc87-415c-8be7-ef2f95289397')

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

Examples

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