Skip to contents

Current Census Tract Boundaries

Usage

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

Source

bcdata::bcdc_get_data(record = '539aae5b-12f6-4934-9592-9b27acc827f8', resource = 'be767db6-0d4e-4906-a89b-564637f14db9')

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

Examples

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