Learn R Programming

bcmaps (version 0.18.1)

water_precincts: British Columbia's Water Management Precincts

Description

You must have the bcmapsdata package installed to use this function.

Usage

water_precincts(class = "sf")

Arguments

class

what class you want the object in? "sf" (default) or "sp".

Value

The spatial layer of water_precincts in the desired class

Details

Type ?bcmapsdata::water_precincts for details.

Examples

Run this code
# NOT RUN {
my_layer <- water_precincts()
my_layer_sp <- water_precincts(class = 'sp')
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab