Retrieves the full catalog of IBGE surveys (statistical operations) that have associated metadata in the IBGE Metadata API, including status, category, collection and publication frequency, and thematic classifications.
Value
A tibble with columns:
- id
Survey code (e.g.
"SC","CD")- name
Survey name in Portuguese
- name_en
Survey name in English (may be
NA)- status
Survey status: Ativa, Encerrada, etc.
- category
Conjuntural, Estrutural, or Especial
- collection_frequency
Data collection frequency (Mensal, Anual, etc.)
- publication_frequency
Publication frequency
- thematic_classifications
List-column of tibbles with thematic classification details (name, domain, description). Only if
thematic_classifications = TRUE.
Details
This function queries a different API from the other ibge_* functions.
While ibge_aggregates() and ibge_metadata() use the Aggregates API (v3),
this function uses the Metadata API (v2), which provides institutional and
methodological documentation about surveys.