Learn R Programming

bcmaps (version 1.2.0)

regional_districts: British Columbia Regional Districts

Description

British Columbia Regional Districts

Usage

regional_districts(class = deprecated(), ask = interactive(), force = FALSE)

Value

The spatial layer of regional_districts in the desired class

Arguments

class

what class you want the object in? "sf" (default) or "sp". [Deprecated]. The class argument is deprecated as of bcmaps 1.2.0 and will be removed in Summer 2023. At that point this function will only return an sf object.

ask

Should the function ask the user before downloading the data to a cache? Defaults to the value of interactive().

force

Should you force download the data?

See Also

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

Examples

Run this code
if (FALSE) {
my_layer <- regional_districts()
}

Run the code above in your browser using DataLab