Skip to contents

British Columbia Natural Resource (NR) Areas

Usage

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

Source

bcdata::bcdc_get_data(record = 'c1861ba4-abb8-4947-b3e5-7f7c4d7257d5', resource = '4b317896-1a42-4c03-9dbd-bff996d5ea0c')

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

Examples

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