Skip to contents

Hydrologic Zone Boundaries of British Columbia

Usage

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

Source

bcdata::bcdc_get_data(record = '329fd234-8835-4d44-9aaa-97c37bfc8d92', resource = 'baeb665e-85c7-4a7b-8e67-8b956785490a')

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

Examples

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