Skip to contents

British Columbia's Water Management Districts

Usage

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

Source

bcdata::bcdc_get_data(record = '92cb3ad8-9582-48a9-9e79-9a9d33601e50', resource = '07f9aa3f-0b66-4a49-919f-332d12bcd8f0')

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

Examples

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