Skip to contents

Community Health Service Areas - CHSA

Usage

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

Source

bcdata::bcdc_get_data(record = '68f2f577-28a7-46b4-bca9-7e9770f2f357', resource = '59065b51-511a-4976-b77f-034168365273')

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

Examples

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