powered by
You must have the bcmapsdata package installed to use this function.
bcmapsdata
water_districts(class = "sf")
what class you want the object in? "sf" (default) or "sp".
"sf"
"sp"
The spatial layer of water_districts in the desired class
water_districts
Type ?bcmapsdata::water_districts for details.
?bcmapsdata::water_districts
# NOT RUN { my_layer <- water_districts() my_layer_sp <- water_districts(class = 'sp') # } # NOT RUN { # }
Run the code above in your browser using DataLab