Skip to contents

BC Major Cities Points

Usage

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

Source

bcdata::bcdc_get_data(record = 'b678c432-c5c1-4341-88db-0d6befa0c7f8', resource = '443dd858-2e37-4a8f-937a-f53359f16e64')

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

Examples

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