| gw_aquifers {bcmaps} | R Documentation | 
British Columbia's developed ground water aquifers
Description
British Columbia's developed ground water aquifers
Usage
gw_aquifers(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 gw_aquifers as an sf object.
Source
bcdata::bcdc_get_data(record = '099d69c5-1401-484d-9e19-c121ccb7977c', resource = '8f421e3a-ccd3-4fab-8198-53ad6e9e2af2')
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(),
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 <- gw_aquifers()
## End(Not run)