Creates an interactive thematic tree of CEPALSTAT indicators using
collapsibleTree, with the same visual header and footer style as
viewer.indicators().
Examples
# \donttest{
topic_map()
#> Preparing thematic map...
#> Downloading thematic tree from CEPALSTAT...
#> Parsing indicator hierarchy...
#> Finished downloading indicators.
#> Building interactive tree...
topic_map(language.en = FALSE)
#> Preparando mapa temático...
#> Descargando árbol temático desde CEPALSTAT...
#> Procesando jerarquía de indicadores...
#> Descarga de indicadores finalizada.
#> Construyendo árbol interactivo...
# }