ha_coverage {healthatlas} | R Documentation |
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)
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? |
Value
Topic coverage tibble.
Examples
ha_set("chicagohealthatlas.org")
ha_coverage("POP", progress = FALSE)
[Package healthatlas version 0.2.1 Index]