Skip to contents

British Columbia Ecoprovinces

Usage

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

Source

bcdata::bcdc_get_data(record = '51832f47-efdf-4956-837a-45fc2c9032dd', resource = '811fcedb-1a53-4574-8149-454f4a740682')

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

Examples

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