powered by
British Columbia's developed ground water aquifers
gw_aquifers(class = "sf", ask = interactive(), force = FALSE)
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?
The spatial layer of gw_aquifers in the desired class
gw_aquifers
# NOT RUN { my_layer <- gw_aquifers() my_layer_sp <- gw_aquifers(class = 'sp') # } # NOT RUN { # }
Run the code above in your browser using DataLab