Skip to contents

British Columbia's Water Management Precincts

Usage

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

Source

bcdata::bcdc_get_data(record = 'b5f436b4-532c-4ee2-ba27-90d55ec8c73f', resource = 'e482fd4a-be58-4541-8e0d-c39a764fd0a3')

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

Examples

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