Learn R Programming

healthatlas (version 0.2.2)

ha_layer: Obtain Geographic Layer

Description

Import geographic layer as a sf object.

Usage

ha_layer(layer_key, progress = TRUE)

Value

sf geographic layer.

Arguments

layer_key

Unique ID for a geographic layer.

progress

Display a progress bar?

Examples

Run this code
# \donttest{
ha_set("chicagohealthatlas.org")

ha_layer("zip", progress = FALSE)
# }

Run the code above in your browser using DataLab