Learn R Programming

bcmaps (version 1.0.3)

census_subdivision: Current Census Subdivision Boundaries

Description

Current Census Subdivision Boundaries

Usage

census_subdivision(class = "sf", ask = interactive(), force = FALSE)

Value

The spatial layer of census_subdivision in the desired class

Arguments

class

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

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?

Examples

Run this code
if (FALSE) {
my_layer <- census_subdivision()
my_layer_sp <- census_subdivision(class = 'sp')
}

Run the code above in your browser using DataLab