| census_metropolitan_area {bcmaps} | R Documentation |
Current Census Metropolitan Areas
Description
Current Census Metropolitan Areas
Usage
census_metropolitan_area(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 census_metropolitan_area as an sf object.
Source
bcdata::bcdc_get_data(record = 'a6fb34b7-0937-4718-8f1f-43dba2c0f407', resource = 'f129a965-363e-4d7e-8319-a4010e002fdb')
See Also
Other BC layers:
airzones(),
bc_bound_hres(),
bc_bound(),
bc_cities(),
bec(),
census_dissemination_area(),
census_division(),
census_economic(),
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(),
regional_districts(),
tsa(),
water_districts(),
water_precincts(),
watercourses_15M(),
watercourses_5M(),
wsc_drainages()
Examples
## Not run:
my_layer <- census_metropolitan_area()
## End(Not run)