regional_districts {bcmaps}R Documentation

British Columbia Regional Districts

Description

British Columbia Regional Districts

Usage

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

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

Source

bcdata::bcdc_get_data(record = 'd1aff64e-dbfe-45a6-af97-582b7f6418b9', resource = '57c7f719-dc87-415c-8be7-ef2f95289397')

See Also

combine_nr_rd() to combine Regional Districts and the Northern Rockies Regional Municipality into one layer

Other BC layers: airzones(), bc_bound_hres(), bc_bound(), bc_cities(), bec(), census_dissemination_area(), census_division(), census_economic(), census_metropolitan_area(), census_subdivision(), census_tract(), ecoprovinces(), ecoregions(), ecosections(), fsa(), gw_aquifers(), health_chsa(), health_ha(), health_hsda(), health_lha(), hydrozones(), mapsheets_250K(), mapsheets_50K(), municipalities(), nr_areas(), nr_districts(), nr_regions(), tsa(), water_districts(), water_precincts(), watercourses_15M(), watercourses_5M(), wsc_drainages()

Examples

## Not run: 
my_layer <- regional_districts()

## End(Not run)


[Package bcmaps version 2.2.0 Index]