get_layer {bcmaps}R Documentation

Get a B.C. spatial layer

Description

Get a B.C. spatial layer

Usage

get_layer(layer, ask = interactive(), force = FALSE)

Arguments

layer

the name of the layer. The list of available layers can be obtained by running available_layers()

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?

Value

the layer requested

Examples

## Not run: 
 get_layer("bc_bound_hres")

## End(Not run)

[Package bcmaps version 2.2.0 Index]