Skip to contents

Health Authority Boundaries

Usage

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

Source

bcdata::bcdc_get_data(record = '7bc6018f-bb4f-4e5d-845e-c529e3d1ac3b', resource = '93b79a3c-2da4-4fd4-b953-2f5c690db430')

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

Examples

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