| nr_regions {bcmaps} | R Documentation |
British Columbia Natural Resource (NR) Regions
Description
British Columbia Natural Resource (NR) Regions
Usage
nr_regions(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 nr_regions as an sf object.
Source
bcdata::bcdc_get_data(record = 'dfc492c0-69c5-4c20-a6de-2c9bc999301f', resource = 'ec636f64-9c5f-4704-8e66-2dd43032c9b5')
See Also
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(),
regional_districts(),
tsa(),
water_districts(),
water_precincts(),
watercourses_15M(),
watercourses_5M(),
wsc_drainages()
Examples
## Not run:
my_layer <- nr_regions()
## End(Not run)