Skip to contents

British Columbia Ecoregions

Usage

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

Source

bcdata::bcdc_get_data(record = 'd00389e0-66da-4895-bd56-39a0dd64aa78', resource = 'bd816a86-4f5e-4989-b1df-0b2f3f4a5f86')

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

Examples

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