Skip to contents

British Columbia Natural Resource (NR) Districts

Usage

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

Source

bcdata::bcdc_get_data(record = '0bc73892-e41f-41d0-8d8e-828c16139337', resource = 'e6676e55-2a6f-4b2b-91ad-3caf291ac5d4')

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

Examples

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