Skip to contents

Health Service Delivery Area Boundaries

Usage

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

Source

bcdata::bcdc_get_data(record = '71c930b9-563a-46da-a10f-ead49ccbc390', resource = 'c5dad467-229b-4378-852b-ff92479a65b6')

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

Examples

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