powered by
British Columbia's developed ground water aquifers
gw_aquifers(class = "sf", ask = interactive(), force = FALSE)
The spatial layer of gw_aquifers in the desired class
gw_aquifers
what class you want the object in? "sf" (default) or "sp".
"sf"
"sp"
Should the function ask the user before downloading the data to a cache? Defaults to the value of interactive().
Should you force download the data?
if (FALSE) { my_layer <- gw_aquifers() my_layer_sp <- gw_aquifers(class = 'sp') }
Run the code above in your browser using DataLab