powered by
British Columbia Air Zones
airzones(class = "sf", ask = interactive(), force = FALSE)
The spatial layer of airzones in the desired class
airzones
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 <- airzones() my_layer_sp <- airzones(class = 'sp') }
Run the code above in your browser using DataLab