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 topic_keywords
#> <chr> <chr> <chr> <chr> <list>
#> 1 9th grade education ra… EDA Residents 25 or … % of resid… <chr [2]>
#> 2 College graduation rate EDE Residents 25 or … % of resid… <chr [1]>
#> 3 High school graduation… EDB Residents 25 or … % of resid… <chr [1]>
#> 4 Preschool enrollment EDG Percentage of 3-… % of toddl… <chr [3]>
#> # ℹ 2 more variables: topic_datasets <list>, topic_subcategories <list>
# }