Skip to contents

British Columbia Air Zones

Usage

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

Source

bcdata::bcdc_get_data(record = 'e8eeefc4-2826-47bc-8430-85703d328516', resource = 'c495d082-b586-4df0-9e06-bd6b66a8acd9')

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

Examples

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