Launches a Shiny app for browsing and filtering the full catalog of IBGE aggregates. The app displays value boxes with summary counts, a searchable table with column-level filters, and lets you filter by survey or search aggregate names.
Arguments
- launch.browser
Logical or function. If
TRUE, opens the app in the default browser. IfFALSE, opens in the RStudio Viewer pane (default). You can also pass a function such asshiny::paneViewer().
Value
This function is called for its side effect (launching the app).
Returns the value of shiny::runApp() invisibly.
Details
Clicking a row shows a notification with the aggregate ID and the
corresponding ibge_metadata() call. A CSV download button is also
available.