Learn R Programming

bcmaps (version 0.18.1)

municipalities: British Columbia Municipalities

Description

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

Usage

municipalities(class = "sf")

Arguments

class

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

Value

The spatial layer of municipalities in the desired class

Details

Type ?bcmapsdata::municipalities for details.

See Also

combine_nr_rd() to combine Regional Districts and the Northern Rockies Regional Municipality into one layer

Examples

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

Run the code above in your browser using DataLab