Skip to contents

Local Health Area Boundaries

Usage

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

Source

bcdata::bcdc_get_data(record = 'afd021d9-7722-4410-b506-d394c66e74fc', resource = 'd6e951d3-5103-475a-8bb6-b4d275e6343f')

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

Examples

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