Learn R Programming

bcmaps (version 0.18.1)

available_layers: List available data layers

Description

A data.frame of all available layers in the bcmaps package. This drawn directly from the bcmapsdata package and will therefore be the most current list layers available.

Usage

available_layers()

Arguments

Value

A data.frame of layers, with titles, and a shortcut_function column denoting whether or not a shortcut function exists that can be used to return the layer. If TRUE, the name of the shortcut function is the same as the layer_name. A value of FALSE in this column means the layer is available via get_data() but there is no shortcut function for it.

A value of FALSE in the local column means that the layer is not stored in the bcmapsdata package but will be downloaded from the internet and cached on your hard drive.

Examples

Run this code
# NOT RUN {
available_layers()
# }

Run the code above in your browser using DataLab