Skip to contents

Water Survey of Canada Sub-Sub-Drainage Areas

Usage

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

Source

bcdata::bcdc_get_data(record = '7ae18a3c-917b-4cb1-9aa8-51a172475dbb', resource = '4455072e-d33b-4685-9edd-cffda763dd45')

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

Examples

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