List all topics available with descriptions and units.
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>
# }