ha_layer {healthatlas} | R Documentation |
Obtain Geographic Layer
Description
Import geographic layer as a sf
object.
Usage
ha_layer(layer_key, progress = TRUE)
Arguments
layer_key |
Unique ID for a geographic layer. |
progress |
Display a progress bar? |
Value
sf
geographic layer.
Examples
ha_set("chicagohealthatlas.org")
ha_layer("zip", progress = FALSE)
[Package healthatlas version 0.1.1 Index]