Skip to contents

List all topics available with descriptions and units.

Usage

ha_topics(subcategory_key = NULL, progress = TRUE)

Arguments

subcategory_key

Unique id for a topic subcategory

progress

Display a progress bar?

Value

Topics information tibble.

Examples

# \donttest{
ha_set("chicagohealthatlas.org")

ha_topics("education", progress = FALSE)
#> # A tibble: 4 × 7
#>   topic_name            topic_key topic_description topic_units subcategory_name
#>   <chr>                 <chr>     <chr>             <chr>       <chr>           
#> 1 9th grade education … EDA       Residents 25 or … % of resid… Education       
#> 2 College graduation r… EDE       Residents 25 or … % of resid… Education       
#> 3 High school graduati… EDB       Residents 25 or … % of resid… Education       
#> 4 Preschool enrollment  EDG       Percentage of 3-… % of toddl… Education       
#> # ℹ 2 more variables: subcategory_key <chr>, category_name <chr>
# }