Learn R Programming

healthatlas (version 0.2.2)

ha_coverage: List Topic Coverage

Description

List all combinations of population, periods, and geographic layers available for a given topic. To search for individual topics use ha_topics().

Usage

ha_coverage(topic_key, layer_key = NULL, keys_only = FALSE, progress = TRUE)

Value

Topic coverage tibble.

Arguments

topic_key

Unique ID specifying a topic.

layer_key

Character string or vector of Unique IDs for geographic layers.

keys_only

Return only keys?

progress

Display a progress bar?

Examples

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

ha_coverage("POP", progress = FALSE)
# }

Run the code above in your browser using DataLab