Learn R Programming

bcmaps (version 0.18.1)

regional_districts: British Columbia Regional Districts

Description

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

Usage

regional_districts(class = "sf")

Arguments

class

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

Value

The spatial layer of regional_districts in the desired class

Details

Type ?bcmapsdata::regional_districts 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 <- regional_districts()
my_layer_sp <- regional_districts(class = 'sp')
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab